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 85 LevenbergMarquardtSpace::Status minimizeInit(FVectorType &x);
160 LevenbergMarquardtSpace::Status status = minimizeInit(x);
171 LevenbergMarquardt<FunctorType,Scalar>::minimizeInit(FVectorType &x)
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 131 LevenbergMarquardtSpace::Status minimizeInit(FVectorType &x);
279 LevenbergMarquardtSpace::Status status = minimizeInit(x);
294 LevenbergMarquardt<FunctorType>::minimizeInit(FVectorType &x)

Completed in 169 milliseconds