Searched refs:updateJacobian (Results 1 - 5 of 5) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
H A DGaussNewtonOptimizer.java76 updateJacobian();
H A DAbstractLeastSquaresOptimizer.java56 * {@link #updateJacobian()}, but may be modified by the solver
190 protected void updateJacobian() throws FunctionEvaluationException { method in class:AbstractLeastSquaresOptimizer
274 updateJacobian();
H A DLevenbergMarquardtOptimizer.java281 updateJacobian();
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
H A DAbstractEstimator.java54 * {@link #updateJacobian()}, but may be modified by the solver
68 * {@link #updateJacobian()}, but may be modified by the solver
126 protected void updateJacobian() { method in class:AbstractEstimator
218 updateJacobian();
H A DLevenbergMarquardtEstimator.java280 updateJacobian();

Completed in 99 milliseconds