Package org.ddogleg.optimization.math
Class HessianLeastSquares_DDRM
java.lang.Object
org.ddogleg.optimization.math.HessianMath_DDRM
org.ddogleg.optimization.math.HessianLeastSquares_DDRM
- All Implemented Interfaces:
HessianLeastSquares<DMatrixRMaj>
,HessianMath
public class HessianLeastSquares_DDRM
extends HessianMath_DDRM
implements HessianLeastSquares<DMatrixRMaj>
-
Field Summary
Fields inherited from class org.ddogleg.optimization.math.HessianMath_DDRM
hessian, solver
-
Constructor Summary
ConstructorDescription -
Method Summary
Methods inherited from class org.ddogleg.optimization.math.HessianMath_DDRM
divideRowsCols, extractDiagonals, getHessian, init, initializeSolver, innerVectorHessian, setDiagonals, solve
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ddogleg.optimization.math.HessianMath
divideRowsCols, extractDiagonals, init, initializeSolver, innerVectorHessian, setDiagonals, solve
-
Constructor Details
-
HessianLeastSquares_DDRM
public HessianLeastSquares_DDRM() -
HessianLeastSquares_DDRM
-
-
Method Details
-
updateHessian
- Specified by:
updateHessian
in interfaceHessianLeastSquares<DMatrixRMaj>
-