Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/numeric/ublas/test/README @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 882 bytes
Line 
1uBLAS test director
2        Use boost::test to test various uBLAS containers and expressions
3
4The tests can be used individually or automaticaly as part of the uBLAS regression tests.
5
6The tests are broken down in directorys as follows:
7
8test1 - dense vector and matrix tests
9test2 - BLAS tests
10test3 - sparse vector and matrix tests
11test4 - banded/diagonal matrix tests
12test5 - triangular matrix tests
13test6 - symmetric matrix tests
14test7 - dense vector and matrix tests with boost::numeric::internal values
15
16Each 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
23Missing 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.