HomeSort by relevance Sort by last modified time
    Searched refs:FVectorType (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
HybridNonLinearSolver.h 66 typedef Matrix< Scalar, Dynamic, 1 > FVectorType;
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...]
LevenbergMarquardt.h 70 typedef Matrix< Scalar, Dynamic, 1 > FVectorType;
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...]

Completed in 47 milliseconds