From: Matthias Maier Date: Fri, 28 Aug 2015 05:10:48 +0000 (-0500) Subject: add a changes.h entry X-Git-Tag: v8.4.0-rc2~536^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d94c95f682eff66f659d0a6e4dbbff1dd9de216;p=dealii.git add a changes.h entry --- 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.