Searched defs:InputsAtCompileTime (Results 1 - 7 of 7) sorted by relevance

/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffJacobian.h40 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 DNumericalDiff.h57 InputsAtCompileTime = Functor::InputsAtCompileTime, enumerator in enum:Eigen::NumericalDiff::__anon6626
/external/eigen/unsupported/test/
H A DNumericalDiff.cpp17 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 Dforward_adolc.cpp28 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 Dautodiff.cpp37 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 DNonLinearOptimization.cpp112 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 DLevenbergMarquardt.h46 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

Completed in 177 milliseconds