Searched defs:TestFunc1 (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | forward_adolc.cpp | 26 struct TestFunc1 struct 39 TestFunc1() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in TestFunc1() argument 40 TestFunc1(int inputs, int values) : m_inputs(inputs), m_values(values) {} in TestFunc1() argument 42 int inputs() const { return m_inputs; } in inputs() 43 int values() const { return m_values; } in values() 46 …id operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) const in operator ()() 65 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const in operator ()()
|
D | autodiff.cpp | 32 struct TestFunc1 struct 45 TestFunc1() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in TestFunc1() argument 46 TestFunc1(int inputs, int values) : m_inputs(inputs), m_values(values) {} in TestFunc1() argument 48 int inputs() const { return m_inputs; } in inputs() 49 int values() const { return m_values; } in values() 52 …id operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) const in operator ()() 71 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const in operator ()()
|