Searched refs:matrixVisitor (Results 1 – 1 of 1) sorted by relevance
12 template<typename MatrixType> void matrixVisitor(const MatrixType& p) in matrixVisitor() function121 CALL_SUBTEST_1( matrixVisitor(Matrix<float, 1, 1>()) ); in test_visitor()122 CALL_SUBTEST_2( matrixVisitor(Matrix2f()) ); in test_visitor()123 CALL_SUBTEST_3( matrixVisitor(Matrix4d()) ); in test_visitor()124 CALL_SUBTEST_4( matrixVisitor(MatrixXd(8, 12)) ); in test_visitor()125 CALL_SUBTEST_5( matrixVisitor(Matrix<double,Dynamic,Dynamic,RowMajor>(20, 20)) ); in test_visitor()126 CALL_SUBTEST_6( matrixVisitor(MatrixXi(8, 12)) ); in test_visitor()