Searched refs:mixingtypes (Results 1 – 3 of 3) sorted by relevance
38 template<int SizeAtCompileType> void mixingtypes(int size = SizeAtCompileType) in mixingtypes() function292 CALL_SUBTEST_1(mixingtypes<3>()); in test_mixingtypes()293 CALL_SUBTEST_2(mixingtypes<4>()); in test_mixingtypes()294 CALL_SUBTEST_3(mixingtypes<Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE))); in test_mixingtypes()296 CALL_SUBTEST_4(mixingtypes<3>()); in test_mixingtypes()297 CALL_SUBTEST_5(mixingtypes<4>()); in test_mixingtypes()298 CALL_SUBTEST_6(mixingtypes<Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE))); in test_mixingtypes()
157 ei_add_test(mixingtypes)
29 ./test/mixingtypes.cpp