LAPACK++

LAPACK++, the Linear Algebra PACKage in C++, is a computer software library of algorithms for numerical linear algebra that solves systems of linear equations and eigenvalue problems.

LAPACK++
Stable release
2.5.4 / 10 November 2010 (2010-11-10)
Written inC++
TypeSoftware library
LicenseGNU Lesser General Public License (LGPL)
Websitesourceforge.net/projects/lapackpp/

It supports various matrix classes for vectors, non-symmetric matrices, SPD matrices, symmetric matrices, banded, triangular, and tridiagonal matrices. However, it does not include all of the capabilities of original LAPACK library.

History

The original LAPACK++ (up to v1.1a) was written by R. Pozo et al. at the University of Tennessee and Oak Ridge National Laboratory. In 2000, R. Pozo et al. left the project, with the projects' web page stating LAPACK++ would be superseded by the Template Numerical Toolkit (TNT).

The current LAPACK++ (versions 1.9 onwards) started off as a fork from the original LAPACK++. There are extensive fixes and changes, such as more wrapper functions for LAPACK and BLAS routines.

gollark: ++delete SkyCrafter0
gollark: <@209142270195138560> NO FAKE LOADING TIME
gollark: <@209142270195138560> Why did you make a wrapper for gps? What does it do?!
gollark: ```lualocal ev, whatever = os.pullEvent()if ev == "key" then -- do stuffelseif ev == "monitor_touch" then -- do OTHER stuffend```
gollark: You can do `os.pullEvent` with *no* filter then check if it matches, like this:

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.