From a80d7764d05539628fc637f854b8712aba21dc71 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 2 Jun 2003 14:04:36 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.dealii.org/trunk@7721 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 7a7b577f05..c181810409 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -618,6 +618,23 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    +
  1. New: Function + BlockSparseMatrix::print_formatted + added, similar to the + BlockVector::print_formatted function. +
    + (Brian Carnes 2003/06/02) +

    + +
  2. New: Functions SparseMatrix::operator *= + and SparseMatrix::operator /= as well as + BlockSparseMatrix::operator *= + and BlockSparseMatrix::operator /= + are added. +
    + (Brian Carnes 2003/06/02) +

    +
  3. Deprecated: The functions Vector::scale and BlockVector::scale are now deprecated and will be removed in a future version. Use operator*= and -- 2.39.5