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);
171 MatrixType m1 = MatrixType::Random(rows,cols), m2(rows,cols);
200 Index cols = m.cols();
207 RealMatrixType a0 = RealMatrixType::Random(rows,cols);
209 MatrixType matB = MatrixType::Random(rows,cols), matX(rows,cols);
214 RealMatrixType a1 = RealMatrixType::Random(rows,cols);
252 eigen_assert(m.rows() == 2 && m.cols() == 2);