/external/eigen/unsupported/Eigen/src/AutoDiff/ |
H A D | AutoDiffJacobian.h | 40 InputsAtCompileTime = InputType::RowsAtCompileTime, enumerator in enum:Eigen::AutoDiffJacobian::__anon6611 44 typedef Matrix<Scalar, ValuesAtCompileTime, InputsAtCompileTime> JacobianType; 47 typedef Matrix<Scalar, InputsAtCompileTime, 1> DerivativeType; 50 typedef Matrix<ActiveScalar, InputsAtCompileTime, 1> ActiveInput; 85 if(InputsAtCompileTime==Dynamic)
|
/external/eigen/unsupported/Eigen/src/NumericalDiff/ |
H A D | NumericalDiff.h | 57 InputsAtCompileTime = Functor::InputsAtCompileTime, enumerator in enum:Eigen::NumericalDiff::__anon6626
|
/external/eigen/unsupported/test/ |
H A D | NumericalDiff.cpp | 17 InputsAtCompileTime = NX, enumerator in enum:Functor::__anon6681 20 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; 22 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; 26 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {}
|
H A D | forward_adolc.cpp | 28 InputsAtCompileTime = NX, enumerator in enum:TestFunc1::__anon6684 31 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; 33 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; 37 TestFunc1() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} 44 void operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) const
|
H A D | autodiff.cpp | 37 InputsAtCompileTime = NX, enumerator in enum:TestFunc1::__anon6682 40 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; 42 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; 46 TestFunc1() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} 53 void operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) const
|
H A D | NonLinearOptimization.cpp | 112 InputsAtCompileTime = NX, enumerator in enum:Functor::__anon6680 115 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; 117 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; 121 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {}
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
H A D | LevenbergMarquardt.h | 46 InputsAtCompileTime = NX, enumerator in enum:Eigen::DenseFunctor::__anon6623 49 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; 51 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; 55 DenseFunctor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} 78 InputsAtCompileTime = Dynamic, enumerator in enum:Eigen::SparseFunctor::__anon6624
|