]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
scale vs operator*= and /=
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 31 May 2003 20:49:36 +0000 (20:49 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 31 May 2003 20:49:36 +0000 (20:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@7704 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/2002/c-3-4.html

index 7ec0cee719baf5cd76cab08f54b7339f16d1331f..7a7b577f05e1755274f44a7e930755cbe580cb13 100644 (file)
@@ -618,36 +618,51 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
 <h3>lac</h3>
 
 <ol>
+  <li> <p> Deprecated: The functions <code class="member">Vector::scale</code>
+       and <code class="member">BlockVector::scale</code> are now deprecated
+       and will be removed in a future version. Use <code>operator*=</code> and
+       <code>operator/=</code> instead.
+       <br>
+       (WB 2003/05/31)
+       </p> 
+
+  <li> <p> New: <code class="class">Vector</code> and
+       <code class="class">BlockVector</code> now have <code>operator/=</code>
+       for scaling by a scalar.
+       <br>
+       (WB 2003/05/31)
+       </p> 
 
   <li> <p> New: <code class="class">PointerMatrix</code> now
-  has empty() function, which returns true if the pointer is null; otherwise
-  we call the pointer's empty() function.  This requires the class MATRIX
-  to have an empty() function.
-  <br>
-  (Brian Carnes 2003/05/22)
-  </p>
+       has <code>empty()</code> function, which returns true if the pointer is
+       null; otherwise we call the pointer's <code>empty()</code> function.
+       This requires the class MATRIX to have an <code>empty()</code>
+       function.
+       <br>
+       (Brian Carnes 2003/05/22)
+       </p>
 
   <li> <p> New: <code class="class">SparseLUDecomposition</code> now
-  has empty() function, which calls the inherited <code
-  class="class">SparseMatrix</code> empty() function.
-  <br>
-  (Brian Carnes 2003/05/22)
-  </p>
+       has <code>empty()</code> function, which calls the inherited <code
+       class="class">SparseMatrix</code> <code>empty()</code> function.
+       <br>
+       (Brian Carnes 2003/05/22)
+       </p>
 
   <li> <p> New: <code class="class">PreconditionPSOR</code> implements
-  interface to permuted SOR preconditioner function in <code
-  class="class">SparseMatrix</code>.
-  <br>
-  (GK 2003/05/12)
-  </p>
+       interface to permuted SOR preconditioner function in <code
+       class="class">SparseMatrix</code>.
+       <br>
+       (GK 2003/05/12)
+       </p>
 
   <li> <p> Improved: <code class="class">FullMatrix</code>::<code
-  class="member">fill</code> now copies the largest possible block,
-  whether the destination or source matrix is bigger. Additionally, an
-  offset inside the source matrix may be specified.
-  <br>
-  (GK 2003/03/31)
-  </p>
+       class="member">fill</code> now copies the largest possible block,
+       whether the destination or source matrix is bigger. Additionally, an
+       offset inside the source matrix may be specified.
+       <br>
+       (GK 2003/03/31)
+       </p>
 
   <li> <p>
        New/Changed: The <code class="class">SparseILU</code>, <code

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.