From 9b48f9efde4a4fc286e6e5a9af7de751f1665df6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 Jun 2004 18:58:51 +0000 Subject: [PATCH] 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 --- deal.II/doc/news/c-5.0.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.5