]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/numeric/ublas/test/README
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / numeric / ublas / test / README
1 Copyright (c) 2000-2011 Joerg Walter, Mathias Koch, David Bellot
2
3 Distributed under the Boost Software License, Version 1.0. (See
4 accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt)
6
7 uBLAS test director
8 Use boost::test to test various uBLAS containers and expressions
9
10 The tests can be used individually or automaticaly as part of the uBLAS regression tests.
11
12 The tests are broken down in directorys as follows:
13
14 test1 - dense vector and matrix tests
15 test2 - BLAS tests
16 test3 - sparse vector and matrix tests
17 test4 - banded/diagonal matrix tests
18 test5 - triangular matrix tests
19 test6 - symmetric matrix tests
20 test7 - dense vector and matrix tests with boost::numeric::internal values
21
22 Each test directory contains:
23 testX.hpp Headers and types to be tested
24 testX.cpp Call the test functions for the defined types
25 testX1.cpp Implements vector tests
26 testX2.cpp Implements vector/matrix tests
27 testX3.cpp Implements matrix tests
28
29 Missing in these tests
30 a) Runtime result validation.
31 b) Iterator interface tests. Only complete container expressions are tested