WSJT-X/boost/libs/numeric/ublas/test
2018-06-09 21:48:33 +01:00
..
common
manual
begin_end.cpp
comp_mat_erase.cpp
concepts.cpp
Jamfile.v2
num_columns.cpp
num_rows.cpp
placement_new.cpp
README
size.cpp
sparse_view_test.cpp
test1.cpp
test1.hpp
test2.cpp
test2.hpp
test3.cpp
test3.hpp
test4.cpp
test4.hpp
test5.cpp
test5.hpp
test6.cpp
test6.hpp
test7.cpp
test7.hpp
test11.cpp
test12.cpp
test13.cpp
test21.cpp
test22.cpp
test23.cpp
test31.cpp
test32.cpp
test33.cpp
test42.cpp
test43.cpp
test52.cpp
test53.cpp
test62.cpp
test63.cpp
test71.cpp
test72.cpp
test73.cpp
test_assignment.cpp
test_banded_storage_layout.cpp
test_complex_norms.cpp
test_coordinate_matrix_inplace_merge.cpp
test_coordinate_matrix_sort.cpp
test_coordinate_vector_inplace_merge.cpp
test_fixed_containers.cpp
test_inplace_solve.cpp
test_lu.cpp
test_matrix_vector.cpp
test_ticket7296.cpp
test_triangular.cpp
triangular_access.cpp
triangular_layout.cpp
utils.hpp

Copyright (c) 2000-2011 Joerg Walter, Mathias Koch, David Bellot

Distributed under the Boost Software License, Version 1.0. (See
accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)

uBLAS test director
	Use boost::test to test various uBLAS containers and expressions

The tests can be used individually or automaticaly as part of the uBLAS regression tests.

The tests are broken down in directorys as follows:

test1 - dense vector and matrix tests
test2 - BLAS tests
test3 - sparse vector and matrix tests
test4 - banded/diagonal matrix tests
test5 - triangular matrix tests
test6 - symmetric matrix tests
test7 - dense vector and matrix tests with boost::numeric::internal values

Each test directory contains:
	testX.hpp	Headers and types to be tested
	testX.cpp	Call the test functions for the defined types
	testX1.cpp	Implements vector tests	
	testX2.cpp	Implements vector/matrix tests	
	testX3.cpp	Implements matrix tests	

Missing in these tests
	a) Runtime result validation.
	b) Iterator interface tests. Only complete container expressions are tested