Home | History | Annotate | Download | only in test

Lines Matching refs:cols2

18   Index rows = internal::random<Index>(2,EIGEN_TEST_MAX_SIZE), cols = internal::random<Index>(2,EIGEN_TEST_MAX_SIZE), cols2 = internal::random<Index>(2,EIGEN_TEST_MAX_SIZE);
41 MatrixType m2 = MatrixType::Random(cols,cols2);
43 m2 = MatrixType::Random(cols,cols2);
48 template<typename MatrixType, int Cols2> void qr_fixedsize()
66 Matrix<Scalar,Cols,Cols2> m2 = Matrix<Scalar,Cols,Cols2>::Random(Cols,Cols2);
67 Matrix<Scalar,Rows,Cols2> m3 = m1*m2;
68 m2 = Matrix<Scalar,Cols,Cols2>::Random(Cols,Cols2);