diff --git a/doc/release_notes.htm b/doc/release_notes.htm index c8833ad6..a731a5ac 100644 --- a/doc/release_notes.htm +++ b/doc/release_notes.htm @@ -25,6 +25,15 @@
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.