Searched refs:polynomialsolver (Results 1 – 2 of 2) sorted by relevance
168 void polynomialsolver(int deg) in polynomialsolver() function201 CALL_SUBTEST_1( (polynomialsolver<float,1>(1)) ); in test_polynomialsolver()202 CALL_SUBTEST_2( (polynomialsolver<double,2>(2)) ); in test_polynomialsolver()203 CALL_SUBTEST_3( (polynomialsolver<double,3>(3)) ); in test_polynomialsolver()204 CALL_SUBTEST_4( (polynomialsolver<float,4>(4)) ); in test_polynomialsolver()205 CALL_SUBTEST_5( (polynomialsolver<double,5>(5)) ); in test_polynomialsolver()206 CALL_SUBTEST_6( (polynomialsolver<float,6>(6)) ); in test_polynomialsolver()207 CALL_SUBTEST_7( (polynomialsolver<float,7>(7)) ); in test_polynomialsolver()208 CALL_SUBTEST_8( (polynomialsolver<double,8>(8)) ); in test_polynomialsolver()210 CALL_SUBTEST_9( (polynomialsolver<float,Dynamic>( in test_polynomialsolver()[all …]
107 ei_add_test(polynomialsolver)