Jump to content

IML++

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Qwertyus (talk | contribs) at 10:26, 28 January 2016 (removed Category:Numerical software; added Category:C++ numerical libraries using HotCat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

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