commit | 2120eae67444c02f15fb1afc634d6e503af3d909 | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Tue Oct 10 10:38:10 2023 -0700 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Wed Oct 11 15:14:33 2023 +0000 |
tree | f123d6bb5bc0182daf5d7358fbf41d86fd1a6064 | |
parent | 611b139b1bb280da0ac69c3607c0bad17c905d80 [diff] |
Optimize the computation of the LM diagonal in TinySolver This eliminates an entire vector and computation of a square root followed by a squaring. Thanks to @rlabbe for pointing this out. Change-Id: I0de117b31b9332c61e687f18466d7cb2e2ac611e
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.