From 310bb0338fa43f84da468ae945c78c2cde5b80ea Mon Sep 17 00:00:00 2001 From: danshapero Date: Mon, 28 Mar 2016 07:30:10 -0700 Subject: [PATCH] Added entry to changes.h on move constructors --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index e939fc5a48..bf29935213 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -122,6 +122,13 @@ inconvenience this causes. (Mauro Bardelloni, 2016/03/28) +
  • New: When using C++11, a move constructor and assignment operator has + been added to SparseMatrix, so that these objects can be returned from + functions and packed into pairs and tuples. +
    + (Daniel Shapero, 2016/03/27) +
  • +
  • New: The product of a rank-1 tensor (a vector) and a rank-2 symmetric tensor (a symmetric matrix) is now defined and yields a rank-1 tensor (a vector). The opposite product was previously -- 2.39.5