Uses of Interface
org.ddogleg.optimization.math.MatrixMath
Package
Description
-
Uses of MatrixMath in org.ddogleg.optimization.lm
ModifierConstructorDescriptionprotected
LevenbergMarquardt_F64
(MatrixMath<S> math, HM hessian) UnconLeastSqLevenbergMarquardt_F64
(MatrixMath<S> math, HessianLeastSquares<S> hessian) UnconLeastSqLevenbergMarquardtSchur_F64
(MatrixMath<S> math, HessianSchurComplement<S> hessian) -
Uses of MatrixMath in org.ddogleg.optimization.math
-
Uses of MatrixMath in org.ddogleg.optimization.trustregion
ModifierConstructorDescriptionUnconLeastSqTrustRegion_F64
(TrustRegionBase_F64.ParameterUpdate<S> parameterUpdate, HessianLeastSquares<S> hessian, MatrixMath<S> math)