Home
last modified time | relevance | path

Searched refs:constructorTest (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Ddiagonal_matrix_variadic_ctor.cpp61 void constructorTest() in constructorTest() function
112 void constructorTest<float>() in constructorTest() function
178 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()