Lines Matching full:matrix
42 typedef Matrix<Scalar,Dynamic,Dynamic,MatrixType::Options> DynMatrixType;
43 typedef Matrix<RealScalar,Dynamic,Dynamic,MatrixType::Options> RealDynMatrixType;
91 typedef Matrix<Scalar,Dynamic,1,VectorType::Options> DynMatrixType;
92 typedef Matrix<Scalar,Dynamic,Dynamic,ColMajor> MatrixType;
93 typedef Matrix<RealScalar,Dynamic,1,VectorType::Options> RealDynMatrixType;
170 EIGEN_DONT_INLINE void call_ref_7(Ref<Matrix<float,Dynamic,3> > a, const B &b) { VERIFY_IS_EQUAL(a,b); }
222 VERIFY_EVALUATION_COUNT( call_ref_6(A.row(3),A.row(3)), 1); // evaluated into a temp thouth it could be avoided by viewing it as a 1xn matrix
235 CALL_SUBTEST_1( ref_vector(Matrix<float, 1, 1>()) );
236 CALL_SUBTEST_1( check_const_correctness(Matrix<float, 1, 1>()) );
244 CALL_SUBTEST_1( ref_matrix(Matrix<float, 1, 1>()) );
246 CALL_SUBTEST_1( ref_matrix(Matrix<float,3,5>()) );
248 CALL_SUBTEST_4( ref_matrix(Matrix<std::complex<double>,10,15>()) );