From: Matthias Maier Date: Sun, 10 May 2015 11:40:59 +0000 (+0200) Subject: add a changes.h entry X-Git-Tag: v8.3.0-rc1~179^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed62db3b46d9d629d3a71f46deaca83069f2124;p=dealii.git add a changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index aee4e94d26..c651ba1d57 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -377,6 +377,14 @@ inconvenience this causes.
    +
  1. New: A PackagedOperation class that stores computation expressions. + The primary purpose of this class is to provide syntactic sugar for vector + operations (vector space addition, scalar multiplication, application of a + linear operator) while avoiding intermediate storage. +
    + (Matthias Maier, 2015/05/10) +
  2. +
  3. Fixed: Utilities::generate_normal_random_number() will now produce a deterministic sequence of numbers on every thread. Furthermore, it will also work on systems that do not have the