HomeSort by relevance Sort by last modified time
    Searched defs:minimizeInit (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h 79 LevenbergMarquardtSpace::Status minimizeInit(FVectorType &x);
153 LevenbergMarquardtSpace::Status status = minimizeInit(x);
164 LevenbergMarquardt<FunctorType,Scalar>::minimizeInit(FVectorType &x)
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 132 LevenbergMarquardtSpace::Status minimizeInit(FVectorType &x);
260 LevenbergMarquardtSpace::Status status = minimizeInit(x);
275 LevenbergMarquardt<FunctorType>::minimizeInit(FVectorType &x)

Completed in 59 milliseconds