Boost logo

Boost :

From: Ed Brey (brey_at_[hidden])
Date: 2002-06-14 06:35:24


This is an advance announcement of the formal review for the uBLAS library submission. The formal review period for the uBLAS library will run from June 21 through July 1.

uBLAS provides templated C++ classes for dense, unit and sparse vectors, dense, identity, triangular, banded, symmetric, hermitean and sparse matrices. Views into vectors and matrices can be constructed via ranges or slices and adaptor classes. The library covers the usual basic linear algebra operations on vectors and matrices: reductions like different norms, addition and subtraction of vectors and matrices and multiplication with a scalar, inner and outer products of vectors, matrix vector and matrix matrix products and triangular solver. The glue between containers, views and expression templated operations is a mostly STL conforming iterator interface.

Documentation and links to the source code for uBLAS are available here:
http://www.genesys-e.org/ublas/


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk