Home | History | Annotate | Download | only in test

Lines Matching full:rows

21   Index rows = m.rows();
36 MatrixType sigma = MatrixType::Zero(rows,cols);
52 Index rows = m.rows();
54 Index diagSize = (std::min)(rows, cols);
74 Index rows = m.rows();
85 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols));
95 if (QRPreconditioner == NoQRPreconditioner && m.rows() != m.cols())
122 Index diagSize = (std::min)(m.rows(), m.cols());
131 MatrixType m = pickrandom ? MatrixType::Random(a.rows(), a.cols()) : a;
143 Index rows = m.rows();
153 RhsType rhs(rows);
161 MatrixType a = MatrixType::Zero(rows, cols);