Boost logo

Boost :

From: Ed Brey (brey_at_[hidden])
Date: 2002-06-21 17:04:24


The formal review for the uBLAS library submission runs from today, June 21, through Monday, July 1. The review manager is Ed Brey.

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/

Be sure to include in your review whether you believe the library should be included into Boost. Complete information on the formal review process is available here:
http://www.boost.org/more/formal_review_process.htm


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