Jump to content

JAMA (numerical linear algebra library)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jlenthe (talk | contribs) at 23:43, 3 August 2006 (New article. Added the basic information.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.