Searched refs:miscMatrices (Results 1 – 2 of 2) sorted by relevance
/external/eigen/test/eigen2/ |
D | eigen2_miscmatrices.cpp | 12 template<typename MatrixType> void miscMatrices(const MatrixType& m) in miscMatrices() function 42 CALL_SUBTEST_1( miscMatrices(Matrix<float, 1, 1>()) ); in test_eigen2_miscmatrices() 43 CALL_SUBTEST_2( miscMatrices(Matrix4d()) ); in test_eigen2_miscmatrices() 44 CALL_SUBTEST_3( miscMatrices(MatrixXcf(3, 3)) ); in test_eigen2_miscmatrices() 45 CALL_SUBTEST_4( miscMatrices(MatrixXi(8, 12)) ); in test_eigen2_miscmatrices() 46 CALL_SUBTEST_5( miscMatrices(MatrixXcd(20, 20)) ); in test_eigen2_miscmatrices()
|
/external/eigen/test/ |
D | miscmatrices.cpp | 12 template<typename MatrixType> void miscMatrices(const MatrixType& m) in miscMatrices() function 42 CALL_SUBTEST_1( miscMatrices(Matrix<float, 1, 1>()) ); in test_miscmatrices() 43 CALL_SUBTEST_2( miscMatrices(Matrix4d()) ); in test_miscmatrices() 44 CALL_SUBTEST_3( miscMatrices(MatrixXcf(3, 3)) ); in test_miscmatrices() 45 CALL_SUBTEST_4( miscMatrices(MatrixXi(8, 12)) ); in test_miscmatrices() 46 CALL_SUBTEST_5( miscMatrices(MatrixXcd(20, 20)) ); in test_miscmatrices()
|