From c05d64a6c6e5eb0b1997681ddf93a1558c5d2c5b Mon Sep 17 00:00:00 2001 From: kanschat Date: Mon, 2 Oct 2006 15:24:19 +0000 Subject: [PATCH] add a note on new LAPACK functions git-svn-id: https://svn.dealii.org/trunk@13978 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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