Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dmatrix_function.cpp170 void testMatrixType(const MatrixType& m) in testMatrixType() function
186 CALL_SUBTEST_1(testMatrixType(Matrix<float,1,1>())); in test_matrix_function()
187 CALL_SUBTEST_2(testMatrixType(Matrix3cf())); in test_matrix_function()
188 CALL_SUBTEST_3(testMatrixType(MatrixXf(8,8))); in test_matrix_function()
189 CALL_SUBTEST_4(testMatrixType(Matrix2d())); in test_matrix_function()
190 CALL_SUBTEST_5(testMatrixType(Matrix<double,5,5,RowMajor>())); in test_matrix_function()
191 CALL_SUBTEST_6(testMatrixType(Matrix4cd())); in test_matrix_function()
192 CALL_SUBTEST_7(testMatrixType(MatrixXd(13,13))); in test_matrix_function()
/external/eigen/test/
Dnullary.cpp197 void testMatrixType(const MatrixType& m) in testMatrixType() function
226 CALL_SUBTEST_1( testMatrixType(Matrix2d()) ); in test_nullary()
227 …CALL_SUBTEST_2( testMatrixType(MatrixXcf(internal::random<int>(1,300),internal::random<int>(1,300)… in test_nullary()
228 …CALL_SUBTEST_3( testMatrixType(MatrixXf(internal::random<int>(1,300),internal::random<int>(1,300))… in test_nullary()