HomeSort by relevance Sort by last modified time
    Searched refs:map_class_vector (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/
mapstride.cpp 12 template<int Alignment,typename VectorType> void map_class_vector(const VectorType& m) function
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))) )
    [all...]
mapped_matrix.cpp 18 template<typename VectorType> void map_class_vector(const VectorType& m) function
187 CALL_SUBTEST_1( map_class_vector(Matrix<float, 1, 1>()) );
189 CALL_SUBTEST_2( map_class_vector(Vector4d()) );
190 CALL_SUBTEST_2( map_class_vector(VectorXd(13)) );
192 CALL_SUBTEST_3( map_class_vector(RowVector4f()) );
193 CALL_SUBTEST_4( map_class_vector(VectorXcf(8)) );
194 CALL_SUBTEST_5( map_class_vector(VectorXi(12)) );

Completed in 152 milliseconds