Subject: CVS commit: pkgsrc/math/mtl
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 04/29/2003 23:52:27
Module Name:	pkgsrc
Committed By:	jtb
Date:		Tue Apr 29 23:52:27 UTC 2003

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

Log Message:
Initial import of mtl.

The Matrix Template Library is a C++ class library for basic linear
algebra. The MTL is designed for high-performance while at the same
time taking advantage of the generic programming paradigm (ala the
STL) to allow much greater flexibility and breadth of
functionality. Many new and advanced programming techniques were used
in the construction of this library.

The MTL is a low level library in the sense that the user must be
conscious of the matrix type being used, and that all computationally
expensive operations are explicit. The MTL is not a C++
Matlab. Nevertheless, the interface is designed to be simple and easy
to use.

The matrix types provided include compressed sparse row/column,
banded, packed, diagonal (and tridiagonal), envelope, array of
pointers, and of course dense matrices. All matrix types share a
common and easy to use interface.

The algorithms consist of the traditional basic linear algebra
routines (from the BLAS level-1 to 3) which includes matrix and vector
arithmetic as well as operations such as backward substitution and
norm calculations.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/math/mtl/Makefile
N pkgsrc/math/mtl/PLIST
N pkgsrc/math/mtl/distinfo
N pkgsrc/math/mtl/DESCR

No conflicts created by this import