diff --git a/doc/release_notes.htm b/doc/release_notes.htm new file mode 100644 index 00000000..a731a5ac --- /dev/null +++ b/doc/release_notes.htm @@ -0,0 +1,84 @@ + + +
+ + + + + + + +
Boost Basic Linear Algebra - Release Notesnorm_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.
+identity_matrix
+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
+ ).
+