From: brian Date: Mon, 2 Jun 2003 14:04:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v8.0.0~16468 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c66d0f358c1c4e00f9252bf936cb5ac586ee3e;p=dealii.git *** empty log message *** git-svn-id: https://svn.dealii.org/trunk@7721 0785d39b-7218-0410-832d-ea1e28bc413d --- 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