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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user