Tweak pasin_float, fix psqrt_complex

This commit is contained in:
Charles Schlosser
2023-02-15 01:01:14 +00:00
committed by Rasmus Munk Larsen
parent 384269937f
commit 71a8e60a7a
2 changed files with 29 additions and 21 deletions

View File

@@ -1005,6 +1005,7 @@ EIGEN_DECLARE_TEST(array_cwise)
}
for(int i = 0; i < g_repeat; i++) {
CALL_SUBTEST_4( array_complex(ArrayXXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
CALL_SUBTEST_5( array_complex(ArrayXXcd(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))));
}
for(int i = 0; i < g_repeat; i++) {