Home
last modified time | relevance | path

Searched defs:JacobianType (Results 1 – 11 of 11) sorted by relevance

/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffJacobian.h44 typedef Matrix<Scalar, ValuesAtCompileTime, InputsAtCompileTime> JacobianType; typedef
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DLevenbergMarquardt.h51 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/NumericalDiff/
DNumericalDiff.h43 typedef typename Functor::JacobianType JacobianType; typedef
/external/eigen/unsupported/test/
Dforward_adolc.cpp33 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; typedef
Dautodiff.cpp42 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; typedef
162 typedef typename AutoDiffJacobian<Func>::JacobianType JacobianType; in forward_jacobian_cpp11() typedef
DNumericalDiff.cpp22 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; typedef
DNonLinearOptimization.cpp117 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; typedef
/external/eigen/test/
DsparseLM.cpp25 typedef typename Base::JacobianType JacobianType; typedef
DdenseLM.cpp24 typedef typename Base::JacobianType JacobianType; typedef
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
DHybridNonLinearSolver.h67 typedef Matrix< Scalar, Dynamic, Dynamic > JacobianType; typedef
DLevenbergMarquardt.h77 typedef Matrix< Scalar, Dynamic, Dynamic > JacobianType; typedef