From: guido Date: Tue, 11 Sep 2001 12:56:55 +0000 (+0000) Subject: bicgstab X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53bb54297758631701a2efbe57a71973c7f76409;p=dealii-svn.git bicgstab git-svn-id: https://svn.dealii.org/trunk@4959 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 0fecf43917..4ae8c9f0ca 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -343,6 +343,15 @@ documentation, etc.

lac

    +
  1. + + Improved: the stopping criterion of SolverBicgstab without computing the exact + residual is implemented +
    + (GK 2001/09/11) +

    +
  2. New: The FullMatrix class now has a function operator*=, which simply