Home
last modified time | relevance | path

Searched refs:schur_solution (Results 1 – 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
Dimplicit_schur_complement_test.cc110 VectorRef schur_solution(solution->data() + num_cols_ - num_schur_rows, in ReducedLinearSystemAndSolution() local
112 schur_solution = lhs->selfadjointView<Eigen::Upper>().ldlt().solve(*rhs); in ReducedLinearSystemAndSolution()
114 schur_solution.data(), solution->data()); in ReducedLinearSystemAndSolution()