README 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. Copyright (c) 2000-2011 Joerg Walter, Mathias Koch, David Bellot
  2. Distributed under the Boost Software License, Version 1.0. (See
  3. accompanying file LICENSE_1_0.txt or copy at
  4. http://www.boost.org/LICENSE_1_0.txt)
  5. uBLAS test director
  6. Use boost::test to test various uBLAS containers and expressions
  7. The tests can be used individually or automaticaly as part of the uBLAS regression tests.
  8. The tests are broken down in directorys as follows:
  9. test1 - dense vector and matrix tests
  10. test2 - BLAS tests
  11. test3 - sparse vector and matrix tests
  12. test4 - banded/diagonal matrix tests
  13. test5 - triangular matrix tests
  14. test6 - symmetric matrix tests
  15. test7 - dense vector and matrix tests with boost::numeric::internal values
  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. Missing in these tests
  23. a) Runtime result validation.
  24. b) Iterator interface tests. Only complete container expressions are tested