From: wolf Date: Wed, 23 Jun 2004 18:58:51 +0000 (+0000) Subject: Improved: The SparseDirectMA27 class can now X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a75124baa55d2e55fc77783fdf7dc060c154a367;p=dealii-svn.git Improved: The SparseDirectMA27 class can now handle float as well as double input matrices and vectors. git-svn-id: https://svn.dealii.org/trunk@9463 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index bc4824cc0f..ab0696a753 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -105,6 +105,14 @@ inconvenience this causes.

lac

    +
  1. + Improved: The SparseDirectMA27 class can now + handle float as well as double input matrices and vectors. +
    + (WB 2004/06/23) +

    + +
  2. Fixed: The SparseMatrix::vmult-type functions