Template Numerical Toolkit

Template Numerical Toolkit
Developer(s) National Institute of Standards and Technology
Written in C++
Type Software library
License Public domain software with the source
Website math.nist.gov/tnt/

The Template Numerical Toolkit (or TNT) is a software library for manipulating vectors and matrices in C++ created by the U.S. National Institute of Standards and Technology. TNT provides the fundamental linear algebra operations (for example, matrix multiplication). TNT is analogous to the BLAS library used by LAPACK. Higher level algorithms, such as LU decomposition and singular value decomposition, are provided by JAMA, also developed at NIST, which uses TNT.

The major features of TNT are:

TNT is mature and NIST classifies its development status as active maintenance.

The principal designer of TNT is Roldan Pozo.

See also

This article is issued from Wikipedia - version of the 4/23/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.