Searched refs:schur_solution (Results 1 – 1 of 1) sorted by relevance
110 VectorRef schur_solution(solution->data() + num_cols_ - num_schur_rows, in ReducedLinearSystemAndSolution() local112 schur_solution = lhs->selfadjointView<Eigen::Upper>().ldlt().solve(*rhs); in ReducedLinearSystemAndSolution()114 schur_solution.data(), solution->data()); in ReducedLinearSystemAndSolution()