From: guido Date: Fri, 30 Jun 2000 16:01:31 +0000 (+0000) Subject: FullMatrix::invert X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=157fc3540ad8eb891de4bc74aec6f8200218235e;p=dealii-svn.git FullMatrix::invert git-svn-id: https://svn.dealii.org/trunk@3111 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index c33033bd27..c2db7b3098 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -114,6 +114,16 @@

lac

    + +
  1. + Improved: FullMatrix<...>::invert(...) now inverts matrices of all + sizes. If there is no hardcoded inversion, gauss_jordan() is used implicitly. +
    + (GK 2000/06/30) +

    +
  2. New: For recognizing a diverging solver before the maximum number of steps is reached,