mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +08:00
relax condition in matrix_exponential test for clang
This commit is contained in:
parent
0b44893b4e
commit
31621ff0ef
@ -145,7 +145,7 @@ void randomTest(const MatrixType& m, double tol)
|
|||||||
void test_matrix_exponential()
|
void test_matrix_exponential()
|
||||||
{
|
{
|
||||||
CALL_SUBTEST_2(test2dRotation<double>(1e-13));
|
CALL_SUBTEST_2(test2dRotation<double>(1e-13));
|
||||||
CALL_SUBTEST_1(test2dRotation<float>(1e-5));
|
CALL_SUBTEST_1(test2dRotation<float>(2e-5)); // was 1e-5, relaxed for clang 2.8 / linux / x86-64
|
||||||
CALL_SUBTEST_2(test2dHyperbolicRotation<double>(1e-14));
|
CALL_SUBTEST_2(test2dHyperbolicRotation<double>(1e-14));
|
||||||
CALL_SUBTEST_1(test2dHyperbolicRotation<float>(1e-5));
|
CALL_SUBTEST_1(test2dHyperbolicRotation<float>(1e-5));
|
||||||
CALL_SUBTEST_6(testPascal<float>(1e-6));
|
CALL_SUBTEST_6(testPascal<float>(1e-6));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user