From 4ea46e42792b7e7b054594a5655d5110f655aabd Mon Sep 17 00:00:00 2001 From: kanschat Date: Mon, 18 Sep 2006 01:16:56 +0000 Subject: [PATCH] new PointerMatrixVector git-svn-id: https://svn.dealii.org/trunk@13916 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.39.5