mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
6d06e9b98f
Like SparseCholesky, the DenseCholesky interface abstracts away the solution of dense linear systems using Cholesky factorization. This allows the client code to not worry about the type of dense linear algebra library being used. DenseNormalCholeskySolver and DenseSchurComplementSolver code is considerably simpler as a result. Change-Id: Ie15f09ee376d5f9a64609e6a55ad83e99c76352a