freebsd-ports/math/lapack++/pkg-descr
Ying-Chieh Liao c93bf47f91 add lapack++ 1.1
Linear Algebra PACKage in C++, a wrapper for LAPACK

PR:		39653
Submitted by:	Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
2002-06-22 17:10:55 +00:00

12 lines
677 B
Text

LAPACK++ (Linear Algebra PACKage in C++) is a software library for numerical
linear algebra that solves systems of linear equations and eigenvalue
problems on high performance computer architectures.
Computational support is provided for 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 f77 LAPACK. Emphasis is given to routines
for solving linear systems consisting of non-symmetric matrices,
symmetric positive definite systems, and solving linear least-square systems.
WWW: http://math.nist.gov/lapack++/