added ceres-solver

This commit is contained in:
questor/inter
2014-08-12 10:13:48 +02:00
parent 385e60ee68
commit 1d96cdf957

View File

@@ -219,6 +219,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
## Math ## Math
* [ceres-solver](http://ceres-solver.org/) - open source C++ library for modeling and solving large complicated nonlinear least squares problems from google.
* [cml](http://cmldev.net/) - free C++ math library for games and graphics. * [cml](http://cmldev.net/) - free C++ math library for games and graphics.
* [Eigen](http://eigen.tuxfamily.org/index.php) - C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. * [Eigen](http://eigen.tuxfamily.org/index.php) - C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.