HomeSort by relevance Sort by last modified time
    Searched refs:test2dHyperbolicRotation (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/test/
matrix_exponential.cpp 49 void test2dHyperbolicRotation(double tol)
64 std::cout << "test2dHyperbolicRotation: i = " << i << " error funm = " << relerr(C, B);
127 CALL_SUBTEST_2(test2dHyperbolicRotation<double>(1e-14));
128 CALL_SUBTEST_1(test2dHyperbolicRotation<float>(1e-5));
129 CALL_SUBTEST_8(test2dHyperbolicRotation<long double>(1e-14));
matrix_power.cpp 61 void test2dHyperbolicRotation(double tol)
77 std::cout << "test2dHyperbolicRotation: i = " << i << " error powerm = " << relerr(C,B) << '\n';
120 CALL_SUBTEST_2(test2dHyperbolicRotation<double>(1e-14));
121 CALL_SUBTEST_1(test2dHyperbolicRotation<float>(1e-5));
122 CALL_SUBTEST_9(test2dHyperbolicRotation<long double>(1e-14));

Completed in 50 milliseconds