Refined interface for Conjugate Gradient
Some interface was refined (most notably, the method for returning Hessian was removed and the method for getting gradient was added as optional to base Solver::Function class) and basic code for setters/getters was added. Now is the time for the real work on an algorithm.
This commit is contained in:
11
modules/optim/doc/conjugate_gradient.rst
Normal file
11
modules/optim/doc/conjugate_gradient.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
Conjugate Gradient
|
||||
=======================
|
||||
|
||||
.. highlight:: cpp
|
||||
|
||||
optim::ConjGradSolver
|
||||
---------------------------------
|
||||
|
||||
.. ocv:class:: optim::ConjGradSolver
|
||||
|
||||
This class is used
|
||||
Reference in New Issue
Block a user