Home | History | Annotate | Download | only in NonLinearOptimization

Lines Matching refs:FVectorType

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);
101 FVectorType fvec, qtf, diag;
115 FVectorType wa1, wa2, wa3, wa4;
129 FVectorType &x,
151 LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x)
164 LevenbergMarquardt<FunctorType,Scalar>::minimizeInit(FVectorType &x)
207 LevenbergMarquardt<FunctorType,Scalar>::minimizeOneStep(FVectorType &x)
357 FVectorType &x,
378 LevenbergMarquardt<FunctorType,Scalar>::minimizeOptimumStorageInit(FVectorType &x)
427 LevenbergMarquardt<FunctorType,Scalar>::minimizeOptimumStorageOneStep(FVectorType &x)
606 LevenbergMarquardt<FunctorType,Scalar>::minimizeOptimumStorage(FVectorType &x)
621 FVectorType &x,