From: Ralf Hartmann Date: Thu, 16 Feb 2006 10:47:26 +0000 (+0000) Subject: FullMatrix::add for two and three scaled matrices. X-Git-Tag: v8.0.0~12292 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cdc45ac0c68e80cdca83d788ef8e369fa6ac299;p=dealii.git FullMatrix::add for two and three scaled matrices. git-svn-id: https://svn.dealii.org/trunk@12390 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,