From: Wolfgang Bangerth Date: Tue, 22 Jun 2004 16:26:59 +0000 (+0000) Subject: Fix vmult et al for different template arguments. X-Git-Tag: v8.0.0~15003 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73678facc80967e5fb0bd31445ab9ab6c056cdcf;p=dealii.git Fix vmult et al for different template arguments. git-svn-id: https://svn.dealii.org/trunk@9456 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 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