Jump to content

IML++

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by MercuryOxide (talk | contribs) at 19:55, 12 August 2023 (#suggestededit-add 1.0). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

IML++, or the Iterative Methods Library, is a C++ library for solving linear systems of equations. It is said to be "templated" in the sense that the same source code works for dense, sparse, and distributed matrices.

Some of the supported solutions methods are:

Status

[edit]

IML++ was developed by the National Institute of Standards and Technology, and is in the public domain. However, it is no longer being actively developed. It has been largely superseded by the Template Numerical Toolkit.

See also

[edit]
[edit]