Lines Matching full:rows
59 Index rows = C.rows(), cols = C.cols();
61 TmpVec d(rows), e(rows), l(cols), p(rows), q(rows), r(rows);
66 for (Index i = 0; i < rows; ++i)
119 std::vector<bool> satured(C.rows());
124 SparseMatrix<Scalar,RowMajor> CINV(C.rows(), C.cols());
136 for (Index i = 0; i < C.rows(); ++i)
171 for (Index i = 0; i < C.rows(); ++i)