Misplaced Pages

Template Numerical Toolkit

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Template Numerical Toolkit" – news · newspapers · books · scholar · JSTOR (September 2023) (Learn how and when to remove this message)
Template Numerical Toolkit
Developer(s)National Institute of Standards and Technology
Written inC++
TypeSoftware library
LicensePublic domain software with the source
Websitemath.nist.gov/tnt/
Illustration of row- and column-major order

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

External links

Categories:
Template Numerical Toolkit Add topic