Lines Matching full:rows
30 Index rows = m.rows();
42 MatrixType sigma = MatrixType::Zero(rows, cols);
60 Index rows = m.rows();
62 Index diagSize = (std::min)(rows, cols);
84 Index rows = m.rows();
95 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols));
133 Index diagSize = (std::min)(m.rows(), m.cols());
144 Index rows = m.rows();
153 RhsType rhs(rows);
159 MatrixType a = MatrixType::Zero(rows, cols);