Lines Matching refs:map_class_vector
12 template<int Alignment,typename VectorType> void map_class_vector(const VectorType& m)
153 CALL_SUBTEST_1( map_class_vector<Aligned>(Matrix<float, 1, 1>()) );
154 CALL_SUBTEST_1( map_class_vector<Unaligned>(Matrix<float, 1, 1>()) );
155 CALL_SUBTEST_2( map_class_vector<Aligned>(Vector4d()) );
156 CALL_SUBTEST_2( map_class_vector<Unaligned>(Vector4d()) );
157 CALL_SUBTEST_3( map_class_vector<Aligned>(RowVector4f()) );
158 CALL_SUBTEST_3( map_class_vector<Unaligned>(RowVector4f()) );
159 CALL_SUBTEST_4( map_class_vector<Aligned>(VectorXcf(internal::random<int>(1,maxn))) );
160 CALL_SUBTEST_4( map_class_vector<Unaligned>(VectorXcf(internal::random<int>(1,maxn))) );
161 CALL_SUBTEST_5( map_class_vector<Aligned>(VectorXi(internal::random<int>(1,maxn))) );
162 CALL_SUBTEST_5( map_class_vector<Unaligned>(VectorXi(internal::random<int>(1,maxn))) );