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

  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 120 typedef Matrix<Scalar,Dynamic,1> FVectorType;
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_wa1, m_wa2, m_wa3, m_wa4; //Temporary vector
    [all...]
LMonestep.h 21 LevenbergMarquardt<FunctorType>::minimizeOneStep(FVectorType &x)
  /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 380 milliseconds