Searched defs:TestFunc1 (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | forward_adolc.cpp | 24 struct TestFunc1 struct 37 TestFunc1() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in TestFunc1() argument 38 TestFunc1(int inputs, int values) : m_inputs(inputs), m_values(values) {} in TestFunc1() argument 40 int inputs() const { return m_inputs; } in inputs() 41 int values() const { return m_values; } in values() 44 …id operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) const in operator ()() 63 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const in operator ()()
|
D | autodiff.cpp | 33 struct TestFunc1 struct 46 TestFunc1() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in TestFunc1() argument 47 TestFunc1(int inputs, int values) : m_inputs(inputs), m_values(values) {} in TestFunc1() function 49 int inputs() const { return m_inputs; } in inputs() 50 int values() const { return m_values; } in values() 53 …id operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) const in operator ()() 72 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const in operator ()()
|