mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Decrease the degree of the polynomials being tested to reduce time spent during the tests.
This commit is contained in:
@@ -253,10 +253,10 @@ void test_polynomialsolver()
|
||||
CALL_SUBTEST_8( (polynomialsolver<double,8>(8)) );
|
||||
|
||||
CALL_SUBTEST_9( (polynomialsolver<float,Dynamic>(
|
||||
internal::random<int>(9,45)
|
||||
internal::random<int>(9,13)
|
||||
)) );
|
||||
CALL_SUBTEST_10((polynomialsolver<double,Dynamic>(
|
||||
internal::random<int>(9,45)
|
||||
internal::random<int>(9,13)
|
||||
)) );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user