2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-09 11:32:19 +00:00
Files
ublas/doc
Michael Stevens 88c5caeea7 From uBLAS project. Ready for regression testing for 1.32.0
svn path=/trunk/boost/libs/numeric/ublas/; revision=23424
2004-07-10 08:40:37 +00:00
..
2002-09-14 09:48:41 +00:00

Welcome to the evaluation of our C++ matrix library.

Tests and benchmarks:
Test1 contains a couple of basic tests for dense vectors and matrices.
Test2 demonstrates how to emulate BLAS with this matrix library.
Test3 contains a couple of basic tests for sparse vectors and matrices.
Test4 contains a couple of basic tests for banded matrices.
Test5 contains a couple of basic tests for triangular matrices.
Test6 contains a couple of basic tests for symmetric matrices.
Test7 contains a couple of basic tests for dense vectors and matrices of
boost::numeric::interval(s).
Bench1 measures the abstraction penalty using certain dense matrix and vector
operations.
Bench2 measures the performance of sparse matrix and vector operations.
Bench3 measures the performance of vector and matrix proxy's operations.
Bench4 measures the abstraction penalty using certain dense matrix and vector
operations with boost::numeric::interval(s).