HomeSort by relevance Sort by last modified time
    Searched refs:FLETCHER_REEVES (Results 1 - 8 of 8) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
ConjugateGradientFormula.java 44 FLETCHER_REEVES,
NonLinearConjugateGradientOptimizer.java 65 * must be one of {@link ConjugateGradientFormula#FLETCHER_REEVES} or {@link
186 if (updateFormula == ConjugateGradientFormula.FLETCHER_REEVES) {
  /external/ceres-solver/internal/ceres/
line_search_direction.h 47 nonlinear_conjugate_gradient_type(FLETCHER_REEVES),
types.cc 244 CASESTR(FLETCHER_REEVES);
256 STRENUM(FLETCHER_REEVES);
line_search_direction.cc 65 case FLETCHER_REEVES:
solver.cc 384 nonlinear_conjugate_gradient_type(FLETCHER_REEVES),
  /external/ceres-solver/include/ceres/
solver.h 65 nonlinear_conjugate_gradient_type = FLETCHER_REEVES;
    [all...]
types.h 255 FLETCHER_REEVES,

Completed in 394 milliseconds