Searched refs:FVectorType (Results 1 – 5 of 5) sorted by relevance
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LevenbergMarquardt.h | 120 typedef Matrix<Scalar,Dynamic,1> FVectorType; typedef 131 LevenbergMarquardtSpace::Status minimize(FVectorType &x); 132 LevenbergMarquardtSpace::Status minimizeInit(FVectorType &x); 133 LevenbergMarquardtSpace::Status minimizeOneStep(FVectorType &x); 135 FVectorType &x, 140 FVectorType &x, 178 FVectorType& diag() {return m_diag; } in diag() 200 FVectorType& fvec() {return m_fvec; } in fvec() 233 FVectorType m_fvec, m_qtf, m_diag; 250 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 | 70 typedef Matrix< Scalar, Dynamic, 1 > FVectorType; typedef 74 FVectorType &x, 78 LevenbergMarquardtSpace::Status minimize(FVectorType &x); 79 LevenbergMarquardtSpace::Status minimizeInit(FVectorType &x); 80 LevenbergMarquardtSpace::Status minimizeOneStep(FVectorType &x); 84 FVectorType &x, 90 FVectorType &x, 94 LevenbergMarquardtSpace::Status minimizeOptimumStorage(FVectorType &x); 95 LevenbergMarquardtSpace::Status minimizeOptimumStorageInit(FVectorType &x); 96 LevenbergMarquardtSpace::Status minimizeOptimumStorageOneStep(FVectorType &x); [all …]
|
/external/eigen/unsupported/Eigen/ |
D | NonLinearOptimization | 99 * Status LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x, const int mode)
|