Searched defs:JacobianType (Results 1 – 8 of 8) sorted by relevance
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffJacobian.h | 37 typedef typename Functor::JacobianType 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 | 35 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; typedef
|
D | NumericalDiff.cpp | 22 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; typedef
|
D | autodiff.cpp | 41 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; typedef
|
D | NonLinearOptimization.cpp | 114 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; typedef
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
D | HybridNonLinearSolver.h | 67 typedef Matrix< Scalar, Dynamic, Dynamic > JacobianType; typedef
|
D | LevenbergMarquardt.h | 71 typedef Matrix< Scalar, Dynamic, Dynamic > JacobianType; typedef
|