Searched refs:FVectorType (Results 1 - 4 of 4) sorted by relevance

/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLevenbergMarquardt.h119 typedef Matrix<Scalar,Dynamic,1> FVectorType; typedef in class:Eigen::LevenbergMarquardt
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; }
219 FVectorType& fvec() {return m_fvec; }
252 FVectorType m_fvec, m_qtf, m_diag;
269 FVectorType m_wa
[all...]
H A DLMonestep.h21 LevenbergMarquardt<FunctorType>::minimizeOneStep(FVectorType &x)
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A DHybridNonLinearSolver.h66 typedef Matrix< Scalar, Dynamic, 1 > FVectorType; typedef in class:Eigen::HybridNonLinearSolver
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 fve
[all...]
H A DLevenbergMarquardt.h76 typedef Matrix< Scalar, Dynamic, 1 > FVectorType; typedef in class:Eigen::LevenbergMarquardt
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
[all...]

Completed in 56 milliseconds