OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test2dRotation
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/test/
matrix_exponential.cpp
27
void
test2dRotation
(double tol)
39
std::cout << "
test2dRotation
: i = " << i << " error funm = " << relerr(C, B);
124
CALL_SUBTEST_2(
test2dRotation
<double>(1e-13));
125
CALL_SUBTEST_1(
test2dRotation
<float>(2e-5)); // was 1e-5, relaxed for clang 2.8 / linux / x86-64
126
CALL_SUBTEST_8(
test2dRotation
<long double>(1e-13));
matrix_power.cpp
13
void
test2dRotation
(const T& tol)
28
std::cout << "
test2dRotation
: i = " << i << " error powerm = " << relerr(C,B) << '\n';
155
CALL_SUBTEST_2(
test2dRotation
<double>(1e-13));
156
CALL_SUBTEST_1(
test2dRotation
<float>(2e-5)); // was 1e-5, relaxed for clang 2.8 / linux / x86-64
157
CALL_SUBTEST_9(
test2dRotation
<long double>(1e-13L));
Completed in 1359 milliseconds