Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dmatrix_function.cpp167 void testMatrixType(const MatrixType& m) in testMatrixType() function
215 CALL_SUBTEST_1(testMatrixType(Matrix<float,1,1>())); in EIGEN_DECLARE_TEST()
216 CALL_SUBTEST_2(testMatrixType(Matrix3cf())); in EIGEN_DECLARE_TEST()
217 CALL_SUBTEST_3(testMatrixType(MatrixXf(8,8))); in EIGEN_DECLARE_TEST()
218 CALL_SUBTEST_4(testMatrixType(Matrix2d())); in EIGEN_DECLARE_TEST()
219 CALL_SUBTEST_5(testMatrixType(Matrix<double,5,5,RowMajor>())); in EIGEN_DECLARE_TEST()
220 CALL_SUBTEST_6(testMatrixType(Matrix4cd())); in EIGEN_DECLARE_TEST()
221 CALL_SUBTEST_7(testMatrixType(MatrixXd(13,13))); in EIGEN_DECLARE_TEST()
/external/eigen/test/
Dnullary.cpp216 void testMatrixType(const MatrixType& m) in testMatrixType() function
317 CALL_SUBTEST_1( testMatrixType(Matrix2d()) ); in EIGEN_DECLARE_TEST()
318 …CALL_SUBTEST_2( testMatrixType(MatrixXcf(internal::random<int>(1,300),internal::random<int>(1,300)… in EIGEN_DECLARE_TEST()
319 …CALL_SUBTEST_3( testMatrixType(MatrixXf(internal::random<int>(1,300),internal::random<int>(1,300))… in EIGEN_DECLARE_TEST()