added blaze

This commit is contained in:
questor/inter
2014-08-12 10:19:54 +02:00
parent 1d96cdf957
commit 6cf1b16579

View File

@@ -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.