Package org.ddogleg.optimization.math
Class HessianLeastSquares_DSCC
java.lang.Object
org.ddogleg.optimization.math.HessianMath_DSCC
org.ddogleg.optimization.math.HessianLeastSquares_DSCC
- All Implemented Interfaces:
HessianLeastSquares<DMatrixSparseCSC>
,HessianMath
public class HessianLeastSquares_DSCC
extends HessianMath_DSCC
implements HessianLeastSquares<DMatrixSparseCSC>
-
Constructor Summary
ConstructorDescription -
Method Summary
Methods inherited from class org.ddogleg.optimization.math.HessianMath_DSCC
divideRowsCols, extractDiagonals, 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_DSCC
public HessianLeastSquares_DSCC() -
HessianLeastSquares_DSCC
-
-
Method Details
-
updateHessian
- Specified by:
updateHessian
in interfaceHessianLeastSquares<DMatrixSparseCSC>
-