Lines Matching refs:Matrix
38 typedef Matrix<Scalar,Dynamic,Dynamic,MatrixType::Options> DynMatrixType;
39 typedef Matrix<RealScalar,Dynamic,Dynamic,MatrixType::Options> RealDynMatrixType;
86 typedef Matrix<Scalar,Dynamic,1,VectorType::Options> DynMatrixType;
87 typedef Matrix<Scalar,Dynamic,Dynamic,ColMajor> MatrixType;
88 typedef Matrix<RealScalar,Dynamic,1,VectorType::Options> RealDynMatrixType;
165 EIGEN_DONT_INLINE void call_ref_7(Ref<Matrix<float,Dynamic,3> > a, const B &b) { VERIFY_IS_EQUAL(a,b); }
217 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
227 typedef Matrix<double,Dynamic,Dynamic,RowMajor> RowMatrixXd;
261 CALL_SUBTEST_1( ref_vector(Matrix<float, 1, 1>()) );
262 CALL_SUBTEST_1( check_const_correctness(Matrix<float, 1, 1>()) );
270 CALL_SUBTEST_1( ref_matrix(Matrix<float, 1, 1>()) );
272 CALL_SUBTEST_1( ref_matrix(Matrix<float,3,5>()) );
274 CALL_SUBTEST_4( ref_matrix(Matrix<std::complex<double>,10,15>()) );