Lines Matching full:rows
88 // rhs = [b;0] to account for the additional rows in the lhs.
89 if (rhs_.rows() != lhs_.rows()) {
90 rhs_.resize(lhs_.rows());
95 if (work_.rows() == 1) {
97 LAPACK::EstimateWorkSizeForQR(lhs_.rows(), lhs_.cols());
103 const int info = LAPACK::SolveUsingQR(lhs_.rows(),
106 work_.rows(),
140 // rhs = [b;0] to account for the additional rows in the lhs.
143 if (rhs_.rows() != augmented_num_rows) {