From: kanschat Date: Tue, 30 Oct 2007 20:27:09 +0000 (+0000) Subject: document last changes X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dfbfc11a05fdaf75cec720a52b9b08fd36279cd;p=dealii-svn.git document last changes git-svn-id: https://svn.dealii.org/trunk@15400 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index b51569602b..f51ed6d463 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -135,7 +135,20 @@ inconvenience this causes.

lac

    -
  1. + +
  2. New: A class ScaledMatrix was introduced which combines the vector operations of +an underlying matrix with a scaling. +
    +(GK 2007/10/30) +
  3. + +
  4. Improved: FilteredMatrix has an iterator now that allows users to access the +constraints individually. +
    +(GK 2007/10/30) +
  5. + +