From: guido Date: Wed, 8 Jan 2003 10:30:07 +0000 (+0000) Subject: new FullMatrix::operator= and mailto's removed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7042b85c25db897cacce6dc8cb0565b2aea30c0;p=dealii-svn.git new FullMatrix::operator= and mailto's removed git-svn-id: https://svn.dealii.org/trunk@6885 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 861c225ecd..72626c61bf 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -108,7 +108,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK other features of the system that are not available when the flag is set.
- (Stephen Kolaroff, WB + (Stephen Kolaroff, WB 2002/09/28)

@@ -420,12 +420,19 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    + +
  1. New: FullMatrix has an + assignment operator using iterators of the sparse matrix classes. +
    + (GK 2003/01/08) +

    +
  2. New: The interface for sparse decompositions has been abstracted, and there is now an Modified Incomplete Cholesky (MIC) decomposition in addition to the Imcomplete LU (ILU) decomposition.
    - (Stephen Kolaroff 2002/11/27) + (Stephen Kolaroff 2002/11/27)