From: kanschat Date: Mon, 2 Oct 2006 15:24:19 +0000 (+0000) Subject: add a note on new LAPACK functions X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c05d64a6c6e5eb0b1997681ddf93a1558c5d2c5b;p=dealii-svn.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