diff --git a/README.md b/README.md index 3d3f631..506760b 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Math -* [ceres-solver](http://ceres-solver.org/) - open source C++ library for modeling and solving large complicated nonlinear least squares problems from google. +* [blaze](https://code.google.com/p/blaze-lib/) - high-performance C++ math library for dense and sparse arithmetic. +* [ceres-solver](http://ceres-solver.org/) - 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. * [Eigen](http://eigen.tuxfamily.org/index.php) - C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.