Jump to content

JAMA (numerical linear algebra library)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by FrescoBot (talk | contribs) at 23:25, 6 April 2010 (Bot: links syntax and spacing). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

JAMA is a software library for performing numerical linear algebra tasks created at NIST similar in functionality to LAPACK. Versions exist for both C++ and the Java programming language. The C++ version uses the Template Numerical Toolkit for lower-level operations. The Java version provides the lower-level operations itself. The main capabilities provided by JAMA are:

JAMA is in the public domain.

See also