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 03:10, 4 August 2006 (Added to numerical software category.). 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.