From: Guido Kanschat Date: Mon, 2 Oct 2006 15:24:19 +0000 (+0000) Subject: add a note on new LAPACK functions X-Git-Tag: v8.0.0~10995 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5602773f61bb59807665f9bcb264e953a88f1917;p=dealii.git add a note on new LAPACK functions git-svn-id: https://svn.dealii.org/trunk@13978 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index c4f3711fc6..5b37c790ab 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -621,6 +621,14 @@ inconvenience this causes.
    +
  1. Improved: The class LAPACKFullMatrix now also uses LU factorization + of LAPACK. The new wrapper PreconditionLU + allows us to use this as a preconditioner. +
    + (GK 2006/10/02) +

    +
  2. New: The class PointerMatrixVector implements the functions vmult and