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

/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLevenbergMarquardt.h120 typedef Matrix<Scalar,Dynamic,1> FVectorType; typedef in class:Eigen::LevenbergMarquardt
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; }
200 FVectorType& fvec() {return m_fvec; }
233 FVectorType m_fvec, m_qtf, m_diag;
250 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.h70 typedef Matrix< Scalar, Dynamic, 1 > FVectorType; typedef in class:Eigen::LevenbergMarquardt
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
[all...]

Completed in 127 milliseconds