https://github.com/cran/Matrix
Revision b983e87f9f9e9934183cc67b43522c6adc443bb0 authored by Douglas Bates on 15 May 2001, 00:00:00 UTC, committed by Gabor Csardi on 15 May 2001, 00:00:00 UTC
1 parent c82b7f0
Raw File
Tip revision: b983e87f9f9e9934183cc67b43522c6adc443bb0 authored by Douglas Bates on 15 May 2001, 00:00:00 UTC
version 0.3-15
Tip revision: b983e87
LapackPP.README
# -*- text -*-

Much of the code in this package is based on the LAPACK++ library.
The README for that library is:

       LAPACK++ v. 1.1a

LAPACK++ is a library for high performance linear algebra computations.
This version includes support for solving linear systems using LU, Cholesky,
QR matrix factorizations, and symmetric eigenvalue problems.

For documentation see the LAPACK++ User's Manual and Class Reference Manual, 
all available from netlib.

Lapack++ is no longer actively supported. The successor to this
project is that Template Numerical Toolkit (TNT), see 
http://math.nist.gov/tnt for details.

LAPACK++ v. 1.1 can use either the C-LAPACK library (also available from 
netlib) or the original Fortran LAPACK.

LAPACK++ v. 1.1 supports various matrix classes for vectors, non-symmetric
matrices, symmetric positive definite (SPD) matrices, symmetric matrices, 
banded, triangular, and tridiagonal matrices;   however,  Version 1.1 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. 


back to top