Searched refs:constructorTest (Results 1 – 1 of 1) sorted by relevance
61 void constructorTest() in constructorTest() function112 void constructorTest<float>() in constructorTest() function178 CALL_SUBTEST_2(constructorTest<unsigned char>()); in EIGEN_DECLARE_TEST()179 CALL_SUBTEST_2(constructorTest<float>()); in EIGEN_DECLARE_TEST()180 CALL_SUBTEST_2(constructorTest<Index>()); in EIGEN_DECLARE_TEST()181 CALL_SUBTEST_2(constructorTest<int>()); in EIGEN_DECLARE_TEST()182 CALL_SUBTEST_2(constructorTest<long int>()); in EIGEN_DECLARE_TEST()183 CALL_SUBTEST_2(constructorTest<std::ptrdiff_t>()); in EIGEN_DECLARE_TEST()184 CALL_SUBTEST_2(constructorTest<std::complex<double>>()); in EIGEN_DECLARE_TEST()