|
Last change
on this file since 30 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
882 bytes
|
| Line | |
|---|
| 1 | uBLAS test director |
|---|
| 2 | Use boost::test to test various uBLAS containers and expressions |
|---|
| 3 | |
|---|
| 4 | The tests can be used individually or automaticaly as part of the uBLAS regression tests. |
|---|
| 5 | |
|---|
| 6 | The tests are broken down in directorys as follows: |
|---|
| 7 | |
|---|
| 8 | test1 - dense vector and matrix tests |
|---|
| 9 | test2 - BLAS tests |
|---|
| 10 | test3 - sparse vector and matrix tests |
|---|
| 11 | test4 - banded/diagonal matrix tests |
|---|
| 12 | test5 - triangular matrix tests |
|---|
| 13 | test6 - symmetric matrix tests |
|---|
| 14 | test7 - dense vector and matrix tests with boost::numeric::internal values |
|---|
| 15 | |
|---|
| 16 | Each test directory contains: |
|---|
| 17 | testX.hpp Headers and types to be tested |
|---|
| 18 | testX.cpp Call the test functions for the defined types |
|---|
| 19 | testX1.cpp Implements vector tests |
|---|
| 20 | testX2.cpp Implements vector/matrix tests |
|---|
| 21 | testX3.cpp Implements matrix tests |
|---|
| 22 | |
|---|
| 23 | Missing in these tests |
|---|
| 24 | a) Runtime result validation. |
|---|
| 25 | b) Iterator interface tests. Only complete container expressions are tested |
|---|
Note: See
TracBrowser
for help on using the repository browser.