From 7cdc058d09264ca948a973b5879720f313dba558 Mon Sep 17 00:00:00 2001 From: Tingnan Zhang Date: Tue, 19 Aug 2014 16:25:33 -0400 Subject: [PATCH 1/2] Armardillo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bf1d31..59d1881 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [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/) - A high-level C++ library of template headers for linear algebra, matrix and vector operations, numerical solvers and related algorithms. [MPL2] +* [Armadillo](http://arma.sourceforge.net/) - A high quality C++ linear algebra library, aiming towards a good balance between speed and ease of use. The syntax (API) is deliberately similar to Matlab. ## Mocking From 73b9eb404fae01c0f724362bfe3beddcbbae827d Mon Sep 17 00:00:00 2001 From: Tingnan Zhang Date: Tue, 19 Aug 2014 16:27:04 -0400 Subject: [PATCH 2/2] Armadillo with MPL2 license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59d1881..38bca1d 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [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/) - A high-level C++ library of template headers for linear algebra, matrix and vector operations, numerical solvers and related algorithms. [MPL2] -* [Armadillo](http://arma.sourceforge.net/) - A high quality C++ linear algebra library, aiming towards a good balance between speed and ease of use. The syntax (API) is deliberately similar to Matlab. +* [Armadillo](http://arma.sourceforge.net/) - A high quality C++ linear algebra library, aiming towards a good balance between speed and ease of use. The syntax (API) is deliberately similar to Matlab. [MPL2] ## Mocking