Home
last modified time | relevance | path

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

/external/eigen/test/eigen2/
Deigen2_visitor.cpp12 template<typename MatrixType> void matrixVisitor(const MatrixType& p) in matrixVisitor() function
103 CALL_SUBTEST_1( matrixVisitor(Matrix<float, 1, 1>()) ); in test_eigen2_visitor()
104 CALL_SUBTEST_2( matrixVisitor(Matrix2f()) ); in test_eigen2_visitor()
105 CALL_SUBTEST_3( matrixVisitor(Matrix4d()) ); in test_eigen2_visitor()
106 CALL_SUBTEST_4( matrixVisitor(MatrixXd(8, 12)) ); in test_eigen2_visitor()
107 CALL_SUBTEST_5( matrixVisitor(Matrix<double,Dynamic,Dynamic,RowMajor>(20, 20)) ); in test_eigen2_visitor()
108 CALL_SUBTEST_6( matrixVisitor(MatrixXi(8, 12)) ); in test_eigen2_visitor()
/external/eigen/test/
Dvisitor.cpp12 template<typename MatrixType> void matrixVisitor(const MatrixType& p) in matrixVisitor() function
116 CALL_SUBTEST_1( matrixVisitor(Matrix<float, 1, 1>()) ); in test_visitor()
117 CALL_SUBTEST_2( matrixVisitor(Matrix2f()) ); in test_visitor()
118 CALL_SUBTEST_3( matrixVisitor(Matrix4d()) ); in test_visitor()
119 CALL_SUBTEST_4( matrixVisitor(MatrixXd(8, 12)) ); in test_visitor()
120 CALL_SUBTEST_5( matrixVisitor(Matrix<double,Dynamic,Dynamic,RowMajor>(20, 20)) ); in test_visitor()
121 CALL_SUBTEST_6( matrixVisitor(MatrixXi(8, 12)) ); in test_visitor()