Skip to content
forked from jtlap/nt2

The Numerical Template Toolbox - C++ Scientific Computing Made Easy

License

Notifications You must be signed in to change notification settings

timblechmann/nt2

 
 

Repository files navigation

http://www.lri.fr/~falcou/nt2.png

The Numerical Template Toolbox (NT2) is an Open Source C++ library aimed at simplifying the development, debugging and optimization of high-performance computing application by providing a Matlab like syntax that ease the transition between prototype and actual application.

Do you ever wanted to use your multi-core machines to its fullest or to take advantage of your processor's SIMD extension but never did because of the impressive learning curve ? By pushing the limits of the C++ language, NT2 uses template meta-programming to its fullest and automatize those tasks. Reaping the reward of parallelism has never been so easy and straightforward. Performances of NT2 code is then on the par with hand-written, optimized C code while keeping a high level of abstraction.

The (in progress) documentation is available here

NT2 uses the Boost Software License. A copy should be available in the doc directory of this repository.

Website:http://nt2.metascale.org
Mailing List:nt2-dev
Repository:nt2 on GitHub
IRC:#nt2 at irc.freenode.net

About

The Numerical Template Toolbox - C++ Scientific Computing Made Easy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.0%
  • C 5.4%
  • Python 3.5%
  • CSS 0.1%
  • Shell 0.0%
  • OpenEdge ABL 0.0%