Searched refs: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 129 CALL_SUBTEST(( adolc_forward_jacobian(TestFunc1<double,2,2>()) )); in test_forward_adolc() 130 CALL_SUBTEST(( adolc_forward_jacobian(TestFunc1<double,2,3>()) )); in test_forward_adolc() 131 CALL_SUBTEST(( adolc_forward_jacobian(TestFunc1<double,3,2>()) )); in test_forward_adolc() 132 CALL_SUBTEST(( adolc_forward_jacobian(TestFunc1<double,3,3>()) )); in test_forward_adolc() 133 CALL_SUBTEST(( adolc_forward_jacobian(TestFunc1<double>(3,3)) )); in test_forward_adolc()
|
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() function 158 CALL_SUBTEST(( forward_jacobian(TestFunc1<double,2,2>()) )); in test_autodiff_jacobian() 159 CALL_SUBTEST(( forward_jacobian(TestFunc1<double,2,3>()) )); in test_autodiff_jacobian() 160 CALL_SUBTEST(( forward_jacobian(TestFunc1<double,3,2>()) )); in test_autodiff_jacobian() 161 CALL_SUBTEST(( forward_jacobian(TestFunc1<double,3,3>()) )); in test_autodiff_jacobian() 162 CALL_SUBTEST(( forward_jacobian(TestFunc1<double>(3,3)) )); in test_autodiff_jacobian()
|