Searched refs:FVectorType (Results 1 – 5 of 5) sorted by relevance
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LevenbergMarquardt.h | 119 typedef Matrix<Scalar,Dynamic,1> FVectorType; typedef 130 LevenbergMarquardtSpace::Status minimize(FVectorType &x); 131 LevenbergMarquardtSpace::Status minimizeInit(FVectorType &x); 132 LevenbergMarquardtSpace::Status minimizeOneStep(FVectorType &x); 134 FVectorType &x, 139 FVectorType &x, 197 FVectorType& diag() {return m_diag; } in diag() 219 FVectorType& fvec() {return m_fvec; } in fvec() 252 FVectorType m_fvec, m_qtf, m_diag; 269 FVectorType m_wa1, m_wa2, m_wa3, m_wa4; //Temporary vectors [all …]
|
D | LMonestep.h | 21 LevenbergMarquardt<FunctorType>::minimizeOneStep(FVectorType &x) in minimizeOneStep()
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
D | HybridNonLinearSolver.h | 66 typedef Matrix< Scalar, Dynamic, 1 > FVectorType; typedef 72 FVectorType &x, 76 HybridNonLinearSolverSpace::Status solveInit(FVectorType &x); 77 HybridNonLinearSolverSpace::Status solveOneStep(FVectorType &x); 78 HybridNonLinearSolverSpace::Status solve(FVectorType &x); 81 FVectorType &x, 85 HybridNonLinearSolverSpace::Status solveNumericalDiffInit(FVectorType &x); 86 HybridNonLinearSolverSpace::Status solveNumericalDiffOneStep(FVectorType &x); 87 HybridNonLinearSolverSpace::Status solveNumericalDiff(FVectorType &x); 91 FVectorType fvec, qtf, diag; [all …]
|
D | LevenbergMarquardt.h | 76 typedef Matrix< Scalar, Dynamic, 1 > FVectorType; typedef 80 FVectorType &x, 84 LevenbergMarquardtSpace::Status minimize(FVectorType &x); 85 LevenbergMarquardtSpace::Status minimizeInit(FVectorType &x); 86 LevenbergMarquardtSpace::Status minimizeOneStep(FVectorType &x); 90 FVectorType &x, 96 FVectorType &x, 100 LevenbergMarquardtSpace::Status minimizeOptimumStorage(FVectorType &x); 101 LevenbergMarquardtSpace::Status minimizeOptimumStorageInit(FVectorType &x); 102 LevenbergMarquardtSpace::Status minimizeOptimumStorageOneStep(FVectorType &x); [all …]
|
/external/eigen/unsupported/Eigen/ |
D | NonLinearOptimization | 99 * Status LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x, const int mode)
|