Searched refs:num_schur_rows (Results 1 – 1 of 1) sorted by relevance
83 const int num_schur_rows = blhs.num_rows(); in ReducedLinearSystemAndSolution() local94 lhs->resize(num_schur_rows, num_schur_rows); in ReducedLinearSystemAndSolution()95 rhs->resize(num_schur_rows); in ReducedLinearSystemAndSolution()99 MatrixRef lhs_ref(blhs.mutable_values(), num_schur_rows, num_schur_rows); in ReducedLinearSystemAndSolution()110 VectorRef schur_solution(solution->data() + num_cols_ - num_schur_rows, in ReducedLinearSystemAndSolution()111 num_schur_rows); in ReducedLinearSystemAndSolution()