Lines Matching full:rows
89 // rhs = [b;0] to account for the additional rows in the lhs.
90 if (rhs_.rows() != lhs_.rows()) {
91 rhs_.resize(lhs_.rows());
96 if (work_.rows() == 1) {
98 LAPACK::EstimateWorkSizeForQR(lhs_.rows(), lhs_.cols());
106 summary.termination_type = LAPACK::SolveInPlaceUsingQR(lhs_.rows(),
109 work_.rows(),
138 // rhs = [b;0] to account for the additional rows in the lhs.
141 if (rhs_.rows() != augmented_num_rows) {