From 7cdc45ac0c68e80cdca83d788ef8e369fa6ac299 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Thu, 16 Feb 2006 10:47:26 +0000 Subject: [PATCH] FullMatrix::add for two and three scaled matrices. git-svn-id: https://svn.dealii.org/trunk@12390 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 6a8e0736a4..cc9d12813e 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -331,6 +331,15 @@ inconvenience this causes.

lac

    +
  1. + Changed: There are now new FullMatrix::add functions which add two and three + scaled matrices. +
    + (RH 2006/02/16) +

    +
  2. Changed: The matrix classes FullMatrix,