From d7b7177da61dd7546dc7487faa41421b5c7b8e76 Mon Sep 17 00:00:00 2001 From: Mischan Gholizadeh Toosarani Date: Mon, 19 Oct 2015 09:25:52 +0200 Subject: [PATCH 1/2] Add NT2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e028d097b..e525a41a9 100644 --- a/README.md +++ b/README.md @@ -388,6 +388,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [GMTL](http://ggt.sourceforge.net/) - Graphics Math Template Library is a collection of tools implementing Graphics primitives in generalized ways. [GPL2] * [GMP](https://gmplib.org/) - A C/C++ library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [LGPL3 & GPL2] * [MIRACL](https://github.com/CertiVox/MIRACL) - A Multiprecision Integer and Rational Arithmetic Cryptographic Library. [AGPL] +* [NT2](https://github.com/jfalcou/nt2) - A library aimed at simplifying the development, debugging and optimization of high-performance computing applications by providing a Matlab like syntax that eases the transition between prototype and actual application. [Boost] * [LibTomMath](https://github.com/libtom/libtommath) - A free open source portable number theoretic multiple-precision integer library written entirely in C. [PublicDomain & WTFPL] [website](http://www.libtom.net/) * [QuantLib](https://github.com/lballabio/quantlib) - A free/open-source library for quantitative finance. [Modified BSD] [website](http://quantlib.org/) From 1e20a1dbcd258480bdfbc206fe0c4ec34b1f8e7f Mon Sep 17 00:00:00 2001 From: Mischan Gholizadeh Toosarani Date: Thu, 22 Oct 2015 19:26:28 +0200 Subject: [PATCH 2/2] [NT2] shortened description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e525a41a9..f2d98db33 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [GMTL](http://ggt.sourceforge.net/) - Graphics Math Template Library is a collection of tools implementing Graphics primitives in generalized ways. [GPL2] * [GMP](https://gmplib.org/) - A C/C++ library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [LGPL3 & GPL2] * [MIRACL](https://github.com/CertiVox/MIRACL) - A Multiprecision Integer and Rational Arithmetic Cryptographic Library. [AGPL] -* [NT2](https://github.com/jfalcou/nt2) - A library aimed at simplifying the development, debugging and optimization of high-performance computing applications by providing a Matlab like syntax that eases the transition between prototype and actual application. [Boost] +* [NT2](https://github.com/jfalcou/nt2) - A SIMD-optimized numerical template library that provides an interface with MATLAB-like syntax. [Boost] * [LibTomMath](https://github.com/libtom/libtommath) - A free open source portable number theoretic multiple-precision integer library written entirely in C. [PublicDomain & WTFPL] [website](http://www.libtom.net/) * [QuantLib](https://github.com/lballabio/quantlib) - A free/open-source library for quantitative finance. [Modified BSD] [website](http://quantlib.org/)