Lines Matching full:cols
22 Index cols = m.cols();
36 MatrixType sigma = MatrixType::Zero(rows,cols);
53 Index cols = m.cols();
54 Index diagSize = (std::min)(rows, cols);
75 Index cols = m.cols();
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;
144 Index cols = m.cols();
161 MatrixType a = MatrixType::Zero(rows, cols);