Home
last modified time | relevance | path

Searched refs:test2dRotation (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dmatrix_power.cpp40 void test2dRotation(double tol) in test2dRotation() function
117 CALL_SUBTEST_2(test2dRotation<double>(1e-13)); in test_matrix_power()
118 CALL_SUBTEST_1(test2dRotation<float>(2e-5)); // was 1e-5, relaxed for clang 2.8 / linux / x86-64 in test_matrix_power()
119 CALL_SUBTEST_9(test2dRotation<long double>(1e-13)); in test_matrix_power()
Dmatrix_exponential.cpp27 void test2dRotation(double tol) in test2dRotation() function
124 CALL_SUBTEST_2(test2dRotation<double>(1e-13)); in test_matrix_exponential()
125 CALL_SUBTEST_1(test2dRotation<float>(2e-5)); // was 1e-5, relaxed for clang 2.8 / linux / x86-64 in test_matrix_exponential()
126 CALL_SUBTEST_8(test2dRotation<long double>(1e-13)); in test_matrix_exponential()