Uses of Interface
org.ddogleg.optimization.functions.SchurJacobian
Packages that use SchurJacobian
Package
Description
-
Uses of SchurJacobian in org.ddogleg.optimization.lm
Fields in org.ddogleg.optimization.lm declared as SchurJacobianMethods in org.ddogleg.optimization.lm with parameters of type SchurJacobianModifier and TypeMethodDescriptionvoidUnconLeastSqLevenbergMarquardtSchur_F64.setFunction(FunctionNtoM function, @Nullable SchurJacobian<S> jacobian) -
Uses of SchurJacobian in org.ddogleg.optimization.trustregion
Fields in org.ddogleg.optimization.trustregion declared as SchurJacobianModifier and TypeFieldDescriptionprotected SchurJacobian<S>UnconLeastSqTrustRegionSchur_F64.functionJacobianMethods in org.ddogleg.optimization.trustregion with parameters of type SchurJacobianModifier and TypeMethodDescriptionvoidUnconLeastSqTrustRegionSchur_F64.setFunction(FunctionNtoM function, @Nullable SchurJacobian<S> jacobian) -
Uses of SchurJacobian in org.ddogleg.optimization.wrap
Constructors in org.ddogleg.optimization.wrap with parameters of type SchurJacobianModifierConstructorDescriptionDDRM(SchurJacobian<DMatrixRMaj> function) DSCC(SchurJacobian<DMatrixSparseCSC> function) protectedSchurJacobian_to_NtoMxN(SchurJacobian<T> function)