Relax the limitation that SchurEliminator::Eliminate requires a rhs. When using the SchurEliminator to compute a preconditioner, there is no rhs. This CL removes that limitation and simplifies the call sites in the two preconditioners. https://github.com/ceres-solver/ceres-solver/issues/271 Change-Id: I05b8518fdc9f0d1a6d88ae76d3a7e8e838e7204a
Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems.
Please see ceres-solver.org for more information.