Searched refs:testMatrixType (Results 1 - 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
H A Dmatrix_function.cpp170 void testMatrixType(const MatrixType& m) function
186 CALL_SUBTEST_1(testMatrixType(Matrix<float,1,1>()));
187 CALL_SUBTEST_2(testMatrixType(Matrix3cf()));
188 CALL_SUBTEST_3(testMatrixType(MatrixXf(8,8)));
189 CALL_SUBTEST_4(testMatrixType(Matrix2d()));
190 CALL_SUBTEST_5(testMatrixType(Matrix<double,5,5,RowMajor>()));
191 CALL_SUBTEST_6(testMatrixType(Matrix4cd()));
192 CALL_SUBTEST_7(testMatrixType(MatrixXd(13,13)));
/external/eigen/test/
H A Dnullary.cpp103 void testMatrixType(const MatrixType& m) function
117 CALL_SUBTEST_1( testMatrixType(Matrix2d()) );
118 CALL_SUBTEST_2( testMatrixType(MatrixXcf(internal::random<int>(1,300),internal::random<int>(1,300))) );
119 CALL_SUBTEST_3( testMatrixType(MatrixXf(internal::random<int>(1,300),internal::random<int>(1,300))) );

Completed in 119 milliseconds