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>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class org.ddogleg.optimization.math.HessianMath_DSCC
divideRowsCols, extractDiagonals, init, initializeSolver, innerVectorHessian, setDiagonals, solveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ddogleg.optimization.math.HessianMath
divideRowsCols, extractDiagonals, init, initializeSolver, innerVectorHessian, setDiagonals, solve
-
Field Details
-
concurrentWork
-
-
Constructor Details
-
HessianLeastSquares_DSCC
public HessianLeastSquares_DSCC() -
HessianLeastSquares_DSCC
-
-
Method Details
-
updateHessian
- Specified by:
updateHessianin interfaceHessianLeastSquares<DMatrixSparseCSC>
-