Uses of Interface
org.ddogleg.optimization.math.HessianLeastSquares
Packages that use HessianLeastSquares
Package
Description
-
Uses of HessianLeastSquares in org.ddogleg.optimization.lm
Methods in org.ddogleg.optimization.lm with parameters of type HessianLeastSquaresModifier and TypeMethodDescriptionprotected void
UnconLeastSqLevenbergMarquardt_F64.functionGradientHessian
(DMatrixRMaj x, boolean sameStateAsResiduals, DMatrixRMaj gradient, HessianLeastSquares<S> hessian) Constructors in org.ddogleg.optimization.lm with parameters of type HessianLeastSquaresModifierConstructorDescriptionUnconLeastSqLevenbergMarquardt_F64
(MatrixMath<S> math, HessianLeastSquares<S> hessian) -
Uses of HessianLeastSquares in org.ddogleg.optimization.math
Classes in org.ddogleg.optimization.math that implement HessianLeastSquares -
Uses of HessianLeastSquares in org.ddogleg.optimization.trustregion
Methods in org.ddogleg.optimization.trustregion with parameters of type HessianLeastSquaresModifier and TypeMethodDescriptionprotected void
UnconLeastSqTrustRegion_F64.functionGradientHessian
(DMatrixRMaj x, boolean sameStateAsCost, DMatrixRMaj gradient, HessianLeastSquares<S> hessian) Constructors in org.ddogleg.optimization.trustregion with parameters of type HessianLeastSquaresModifierConstructorDescriptionUnconLeastSqTrustRegion_F64
(TrustRegionBase_F64.ParameterUpdate<S> parameterUpdate, HessianLeastSquares<S> hessian, MatrixMath<S> math)