From 9d94c95f682eff66f659d0a6e4dbbff1dd9de216 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 28 Aug 2015 00:10:48 -0500 Subject: [PATCH] add a changes.h entry --- doc/news/changes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index e8394929f4..a31d2293f4 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -108,6 +108,12 @@ inconvenience this causes.
    +
  1. New: A class BlockLinearOperator has been introduced that extends + the LinearOperator concept to block structures. A BlockLinearOperator can + be sliced back to a LinearOperator. +
    + (Matthias Maier, 2015/08/27) +
  2. Improved: Support for complex number types throughout the library. Several parts of the library have been reorganized to support complex number types. -- 2.39.5