Home | History | Annotate | Download | only in test

Lines Matching refs:cols

68   Index cols = m.cols();
75 MatrixType a0 = MatrixType::Random(rows,cols);
77 MatrixType matB = MatrixType::Random(rows,cols), matX(rows,cols);
82 MatrixType a1 = MatrixType::Random(rows,cols);
119 MatrixType m1 = MatrixType::Random(rows,cols), m2(rows,cols);
251 Index cols = m.cols();
258 RealMatrixType a0 = RealMatrixType::Random(rows,cols);
260 MatrixType matB = MatrixType::Random(rows,cols), matX(rows,cols);
265 RealMatrixType a1 = RealMatrixType::Random(rows,cols);
303 eigen_assert(m.rows() == 2 && m.cols() == 2);
321 eigen_assert(m.rows() == 2 && m.cols() == 2);