Searched refs:InputsAtCompileTime (Results 1 – 7 of 7) sorted by relevance
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffJacobian.h | 40 InputsAtCompileTime = InputType::RowsAtCompileTime, enumerator 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) in operator()
|
/external/eigen/unsupported/test/ |
D | forward_adolc.cpp | 28 InputsAtCompileTime = NX, enumerator 31 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; 33 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; 37 TestFunc1() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in TestFunc1() 44 …void operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) co… in operator ()()
|
D | NumericalDiff.cpp | 17 InputsAtCompileTime = NX, enumerator 20 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; 22 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; 26 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in Functor()
|
D | autodiff.cpp | 37 InputsAtCompileTime = NX, enumerator 40 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; 42 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; 46 TestFunc1() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in TestFunc1() 53 …void operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) co… in operator ()()
|
D | NonLinearOptimization.cpp | 112 InputsAtCompileTime = NX, enumerator 115 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; 117 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; 121 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in Functor()
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LevenbergMarquardt.h | 46 InputsAtCompileTime = NX, enumerator 49 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; 51 typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> JacobianType; 55 DenseFunctor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in DenseFunctor() 78 InputsAtCompileTime = Dynamic, enumerator
|
/external/eigen/unsupported/Eigen/src/NumericalDiff/ |
D | NumericalDiff.h | 57 InputsAtCompileTime = Functor::InputsAtCompileTime, enumerator
|