From 10e87a428479795e83dd08d8b943f814593261f9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Sep 2001 16:14:14 +0000 Subject: [PATCH] FullMatrix::operator *= git-svn-id: https://svn.dealii.org/trunk@4940 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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(). -- 2.39.5