From: kanschat Date: Mon, 18 Sep 2006 01:16:56 +0000 (+0000) Subject: new PointerMatrixVector X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ea46e42792b7e7b054594a5655d5110f655aabd;p=dealii-svn.git new PointerMatrixVector git-svn-id: https://svn.dealii.org/trunk@13916 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 995058b5be..d6c33ded92 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -612,6 +612,15 @@ inconvenience this causes.
    +
  1. New: The class PointerMatrixVector implements the functions + vmult and Tvmult for a 1xn-matrix represented by + a single vector. +
    + (GK 2006/09/17) +

    +
  2. Improved: The class SolverCG can now estimate the condition number of the linear system using TridiagonalMatrix and LAPACK.