Lines Matching refs:cols
22 Index cols = m.cols();
33 MatrixType sigma = MatrixType::Zero(rows,cols);
50 Index cols = m.cols();
51 Index diagSize = (std::min)(rows, cols);
73 Index cols = m.cols();
83 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols));
127 Index rank = RankAtCompileTime2==Dynamic ? internal::random<Index>(1,cols) : Index(RankAtCompileTime2);
128 MatrixType2 m2(rank,cols);
138 tmp.conservativeResize(cols);
139 tmp.tail(cols-rank).setZero();
151 Index rows3 = RowsAtCompileTime3==Dynamic ? internal::random<Index>(rank+1,2*cols) : Index(RowsAtCompileTime3);
174 if (QRPreconditioner == NoQRPreconditioner && m.rows() != m.cols())
204 Index diagSize = (std::min)(m.rows(), m.cols());
219 Index diagSize = (std::min)(a.rows(), a.cols());
225 m = Matrix<Scalar,Dynamic,Dynamic>::Random(a.rows(),diagSize) * d.asDiagonal() * Matrix<Scalar,Dynamic,Dynamic>::Random(diagSize,a.cols());
229 m(internal::random<Index>(0,m.rows()-1), internal::random<Index>(0,m.cols()-1)) = Scalar(0);
243 Index cols = m.cols();
260 MatrixType a = MatrixType::Zero(rows, cols);