Home
last modified time | relevance | path

Searched refs:FVectorType (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
DHybridNonLinearSolver.h66 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 …]
DLevenbergMarquardt.h70 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/
DNonLinearOptimization99 * Status LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x, const int mode)