Uses of Interface
org.ddogleg.optimization.math.HessianLeastSquares
Package
Description
-
Uses of HessianLeastSquares in org.ddogleg.optimization.lm
Modifier and TypeMethodDescriptionprotected void
UnconLeastSqLevenbergMarquardt_F64.functionGradientHessian
(DMatrixRMaj x, boolean sameStateAsResiduals, DMatrixRMaj gradient, HessianLeastSquares<S> hessian) ModifierConstructorDescriptionUnconLeastSqLevenbergMarquardt_F64
(MatrixMath<S> math, HessianLeastSquares<S> hessian) -
Uses of HessianLeastSquares in org.ddogleg.optimization.math
-
Uses of HessianLeastSquares in org.ddogleg.optimization.trustregion
Modifier and TypeMethodDescriptionprotected void
UnconLeastSqTrustRegion_F64.functionGradientHessian
(DMatrixRMaj x, boolean sameStateAsCost, DMatrixRMaj gradient, HessianLeastSquares<S> hessian) ModifierConstructorDescriptionUnconLeastSqTrustRegion_F64
(TrustRegionBase_F64.ParameterUpdate<S> parameterUpdate, HessianLeastSquares<S> hessian, MatrixMath<S> math)