From 4ed62db3b46d9d629d3a71f46deaca83069f2124 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 10 May 2015 13:40:59 +0200 Subject: [PATCH] add a changes.h entry --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.5