2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 03:42:19 +00:00

test_lu.cpp: added copyright header

triangular_access.cpp: tests constant and mutable iterators over triangular matrices
triangular_layout.cpp: tests storage layout of symmetric and triangular matrices
common/testhelper.hpp: added more common helper functions for tests
Jamfile.v2: added new unit tests
This commit is contained in:
Gunter Winkler
2009-03-13 20:57:52 +00:00
parent 7eafcf7355
commit a90f061824
5 changed files with 368 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
// Copyright 2008 Gunter Winkler <guwi17@gmx.de>
// 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)
// switch automatic singular check off
#define BOOST_UBLAS_TYPE_CHECK 0