...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
norm_inf
for complex types to match
mathematical definition. std::abs(z)
is called for each vector element.
The old implementation used std::max(std::abs(real(z)),std::abs(imag(z))
.
Further norm_inf
and norm_1
will now return
the same values for complex vector.
concepts.hpp
into anonymous namespace.
Copyright (©) 2000-2009 Joerg Walter, Mathias Koch, Gunter Winkler
Use, modification and distribution are subject to 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
).