Uses of Package
org.ddogleg.optimization.math
Package | Description |
---|---|
org.ddogleg.optimization | |
org.ddogleg.optimization.lm | |
org.ddogleg.optimization.math | |
org.ddogleg.optimization.trustregion |
-
Classes in org.ddogleg.optimization.math used by org.ddogleg.optimization Class Description HessianMath Abstraction layer for operations related to hessian matrix. -
Classes in org.ddogleg.optimization.math used by org.ddogleg.optimization.lm Class Description HessianLeastSquares HessianMath Abstraction layer for operations related to hessian matrix.HessianSchurComplement Given the already computed Jacobian (broken up into a left and right side) compute the decomposed approximate Hessian matrix, i.e.MatrixMath Operations on matrices that abstracts away the matrix type. -
Classes in org.ddogleg.optimization.math used by org.ddogleg.optimization.math Class Description HessianBFGS Hessian update using BFGS.HessianLeastSquares HessianMath Abstraction layer for operations related to hessian matrix.HessianMath_DDRM Hessian is represented as a dense matrix.HessianMath_DSCC Hessian is represented as a sparse compact column matrix.HessianSchurComplement Given the already computed Jacobian (broken up into a left and right side) compute the decomposed approximate Hessian matrix, i.e.HessianSchurComplement_Base The approximate Hessian matrix (J'*J) is assumed to have the following block triangle form: [A B;C D].MatrixMath Operations on matrices that abstracts away the matrix type. -
Classes in org.ddogleg.optimization.math used by org.ddogleg.optimization.trustregion Class Description HessianBFGS Hessian update using BFGS.HessianLeastSquares HessianMath Abstraction layer for operations related to hessian matrix.HessianSchurComplement Given the already computed Jacobian (broken up into a left and right side) compute the decomposed approximate Hessian matrix, i.e.MatrixMath Operations on matrices that abstracts away the matrix type.