Subject: CVS commit: pkgsrc/math/newmat
To: None <pkgsrc-changes@netbsd.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 10/16/2002 18:40:35
Module Name:	pkgsrc
Committed By:	jschauma
Date:		Wed Oct 16 15:40:34 UTC 2002

Update of /cvsroot/pkgsrc/math/newmat
In directory minbar.netbsd.org:/tmp/cvs-serv1126

Log Message:
Initial import of math/newmat into pkgsrc:

This C++ library is intended for scientists and engineers who need to
manipulate a variety of types of matrices using standard matrix operations.
Emphasis is on the kind of operations needed in statistical calculations such
as least squares, linear equation solve and eigenvalues.

It supports matrix types: Matrix (rectangular matrix); UpperTriangularMatrix;
LowerTriangularMatrix; DiagonalMatrix; SymmetricMatrix; BandMatrix;
UpperBandMatrix; LowerBandMatrix; SymmetricBandMatrix; IdentityMatrix;
RowVector; ColumnVector.

The library includes the operations *, +, -, *=, +=, -=, Kronecker product,
Schur product, concatenation, inverse, transpose, conversion between types,
submatrix, determinant, Cholesky decomposition, QR triangularisation, singular
value decomposition, eigenvalues of a symmetric matrix, sorting, fast Fourier
and trig. transforms, printing and an interface with Numerical Recipes in C.

It is intended for matrices in the range 10 x 10 to the maximum size your
machine will accommodate in a single array. The package works for very small
matrices but becomes rather inefficient.  A lazy evaluation approach to
evaluating matrix expressions is used to improve efficiency and reduce use of
temporary storage.


Vendor Tag:	TNF
Release Tags:	pkgsrc
		
N pkgsrc/math/newmat/Makefile
N pkgsrc/math/newmat/PLIST
N pkgsrc/math/newmat/distinfo
N pkgsrc/math/newmat/DESCR
N pkgsrc/math/newmat/buildlink2.mk
N pkgsrc/math/newmat/patches/patch-aa

No conflicts created by this import