From 73678facc80967e5fb0bd31445ab9ab6c056cdcf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 22 Jun 2004 16:26:59 +0000 Subject: [PATCH] Fix vmult et al for different template arguments. git-svn-id: https://svn.dealii.org/trunk@9456 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-5.0.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index c5890fe0c9..dd049ca6e5 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -98,6 +98,18 @@ inconvenience this causes.

lac

    +
  1. + Fixed: The SparseMatrix::vmult-type functions + vmult, Tvmult, vmult_add, and + Tvmult_add take two different template arguments for input + and output vectors, but were only instantiated in case the arguments + were the same, and could also not be compiled if they weren't. Both + problems are now fixed. +
    + (WB 2004/06/22) +

    +
  2. Improved: The CompressedSparsityPattern class used one of the C++ standard containers to store the column -- 2.39.5