From: Wolfgang Bangerth Date: Mon, 3 Sep 2001 16:14:14 +0000 (+0000) Subject: FullMatrix::operator *= X-Git-Tag: v8.0.0~18858 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10e87a428479795e83dd08d8b943f814593261f9;p=dealii.git FullMatrix::operator *= git-svn-id: https://svn.dealii.org/trunk@4940 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 532206ed11..a5eb46a2bd 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -343,6 +343,14 @@ documentation, etc.

lac

    +
  1. + New: The FullMatrix class now has a + function operator*=, which simply + scales the matrix. +
    + (WB 2001/09/02) +

    +
  2. New: Function BlockSparseMatrix::el(), just like SparseMatrix::el().