From: wolf Date: Tue, 14 Aug 2001 09:09:05 +0000 (+0000) Subject: operator*= for vector and block vector. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=688e000ba4195da2c07ceab2c3ab6ab11965c058;p=dealii-svn.git operator*= for vector and block vector. git-svn-id: https://svn.dealii.org/trunk@4879 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 132b7b6c2f..0ca7cf63de 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -307,7 +307,6 @@ documentation, etc. (GK 2001/03/05)

-
  • Changed: Sort the quadrature points of each Quadrature<1> in ascending order. This @@ -332,6 +331,17 @@ documentation, etc.

    lac

      +
    1. + New: Classes Vector and + BlockVector now have member functions + operator*= which scale the vectors + by a constant factor. These functions are aliases for the + scale member functions except that + they return a reference to themselves. +
      + (WB 2001/08/14) +

      +
    2. New: There is now a function FullMatrix::precondition_Jacobi. The