Home | History | Annotate | Download | only in LevenbergMarquardt

Lines Matching refs:FVectorType

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 vectors
258 LevenbergMarquardt<FunctorType>::minimize(FVectorType &x)
275 LevenbergMarquardt<FunctorType>::minimizeInit(FVectorType &x)
326 FVectorType &x,
350 FVectorType &x,