Searched defs:JacobianType (Results 1 – 11 of 11) sorted by relevance
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LevenbergMarquardt.h | 51 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; typedef 75 typedef SparseMatrix<Scalar, ColMajor, Index> JacobianType; typedef 115 typedef typename FunctorType::JacobianType JacobianType; typedef
|
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffJacobian.h | 44 typedef Matrix<Scalar, ValuesAtCompileTime, InputsAtCompileTime> JacobianType; typedef
|
/external/eigen/unsupported/Eigen/src/NumericalDiff/ |
D | NumericalDiff.h | 43 typedef typename Functor::JacobianType JacobianType; typedef
|
/external/eigen/unsupported/test/ |
D | forward_adolc.cpp | 33 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; typedef
|
D | autodiff.cpp | 42 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; typedef 162 typedef typename AutoDiffJacobian<Func>::JacobianType JacobianType; in forward_jacobian_cpp11() typedef
|
D | NumericalDiff.cpp | 22 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; typedef
|
D | NonLinearOptimization.cpp | 117 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; typedef
|
/external/eigen/test/ |
D | sparseLM.cpp | 25 typedef typename Base::JacobianType JacobianType; typedef
|
D | denseLM.cpp | 24 typedef typename Base::JacobianType JacobianType; typedef
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
D | HybridNonLinearSolver.h | 67 typedef Matrix< Scalar, Dynamic, Dynamic > JacobianType; typedef
|
D | LevenbergMarquardt.h | 77 typedef Matrix< Scalar, Dynamic, Dynamic > JacobianType; typedef
|