Uses of Interface
org.ddogleg.optimization.math.MatrixMath
Packages that use MatrixMath
Package
Description
-
Uses of MatrixMath in org.ddogleg.optimization.lm
Fields in org.ddogleg.optimization.lm declared as MatrixMathConstructors in org.ddogleg.optimization.lm with parameters of type MatrixMathModifierConstructorDescriptionprotectedLevenbergMarquardt_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
Classes in org.ddogleg.optimization.math that implement MatrixMath -
Uses of MatrixMath in org.ddogleg.optimization.trustregion
Fields in org.ddogleg.optimization.trustregion declared as MatrixMathConstructors in org.ddogleg.optimization.trustregion with parameters of type MatrixMathModifierConstructorDescriptionUnconLeastSqTrustRegion_F64(TrustRegionBase_F64.ParameterUpdate<S> parameterUpdate, HessianLeastSquares<S> hessian, MatrixMath<S> math)