Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dmatrix_exponential.cpp49 void test2dHyperbolicRotation(double tol) in test2dHyperbolicRotation() function
127 CALL_SUBTEST_2(test2dHyperbolicRotation<double>(1e-14)); in EIGEN_DECLARE_TEST()
128 CALL_SUBTEST_1(test2dHyperbolicRotation<float>(1e-5)); in EIGEN_DECLARE_TEST()
129 CALL_SUBTEST_8(test2dHyperbolicRotation<long double>(1e-14)); in EIGEN_DECLARE_TEST()
Dmatrix_power.cpp34 void test2dHyperbolicRotation(const T& tol) in test2dHyperbolicRotation() function
158 CALL_SUBTEST_2(test2dHyperbolicRotation<double>(1e-14)); in EIGEN_DECLARE_TEST()
159 CALL_SUBTEST_1(test2dHyperbolicRotation<float>(1e-5f)); in EIGEN_DECLARE_TEST()
160 CALL_SUBTEST_9(test2dHyperbolicRotation<long double>(1e-14L)); in EIGEN_DECLARE_TEST()