Uses of Interface
org.ddogleg.optimization.math.HessianSchurComplement
Package
Description
-
Uses of HessianSchurComplement in org.ddogleg.optimization.lm
Modifier and TypeMethodDescriptionprotected void
UnconLeastSqLevenbergMarquardtSchur_F64.functionGradientHessian
(DMatrixRMaj x, boolean sameStateAsResiduals, DMatrixRMaj gradient, HessianSchurComplement<S> hessian) ModifierConstructorDescriptionUnconLeastSqLevenbergMarquardtSchur_F64
(MatrixMath<S> math, HessianSchurComplement<S> hessian) -
Uses of HessianSchurComplement in org.ddogleg.optimization.math
Modifier and TypeClassDescriptionclass
HessianSchurComplement_Base<S extends DMatrix>
The approximate Hessian matrix (J'*J) is assumed to have the following block triangle form: [A B;C D].class
Implementation ofHessianSchurComplement_Base
forDMatrixRMaj
class
Implementation ofHessianSchurComplement_Base
forDMatrixSparseCSC
-
Uses of HessianSchurComplement in org.ddogleg.optimization.trustregion
Modifier and TypeMethodDescriptionprotected void
UnconLeastSqTrustRegionSchur_F64.functionGradientHessian
(DMatrixRMaj x, boolean sameStateAsCost, DMatrixRMaj gradient, HessianSchurComplement<S> hessian) ModifierConstructorDescriptionUnconLeastSqTrustRegionSchur_F64
(TrustRegionBase_F64.ParameterUpdate<S> update, HessianSchurComplement<S> hessian)