Template Numerical Toolkit

From Wikipedia, the free encyclopedia
Revision as of 15:32, 12 September 2023 by imported>Teacher1850 (copy edit)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Script error: No such module "Unsubst". Script error: No such module "Infobox".Template:Template otherScript error: No such module "Check for unknown parameters".Template:Main other

File:Row and column major order.svg
Illustration of row- and column-major order

Script error: No such module "Portal". 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