2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-21 15:32:12 +00:00
Files
ublas/test
Gunter Winkler 24ccabe16f see #3457
* test/manual/test_move_semantics.cpp: example and manual test case to demonstrate move semantics
 * test/manual/Jamfile.v2: added new target test_move_semantics
 * doc/ublas.css: added pre.screen class for code snippets, added p.credit class for thanks and credits
 * doc/overview.htm: fixed broken anchors and missing alt-attribute
 * doc/release_notes.htm: added new feature to release list
 * doc/options.htm: new page to document preprocessore switches (mostly copied from Wiki)
 * doc/index.htm: added link to options.htm



[SVN r56248]
2009-09-16 22:00:38 +00:00
..
2009-09-16 22:00:38 +00:00
2009-09-03 23:01:57 +00:00
2009-09-03 23:01:57 +00:00
2008-03-14 18:32:45 +00:00
2009-09-03 23:01:57 +00:00

Copyright (c) 2000-2004 Joerg Walter, Mathias Koch

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