mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-23 16:12:09 +00:00
18 lines
931 B
Plaintext
18 lines
931 B
Plaintext
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).
|