]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Matrix::add_scaled -> add.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 16 Feb 2006 10:11:32 +0000 (10:11 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 16 Feb 2006 10:11:32 +0000 (10:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@12388 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/changes.html

index 78fa17b83814ca59f9f93a6385d74474ab497b9a..6a8e0736a4312c29c6054293216118b6a60911b4 100644 (file)
@@ -331,22 +331,36 @@ inconvenience this causes.
 <h3>lac</h3>
 
 <ol>
+  <li> <p>
+       Changed: The matrix classes <code
+       class="class">FullMatrix</code>, <code
+       class="class">SparseMatrix</code>, <code
+       class="class">SparseMatrixEZ</code> and <code
+       class="class">BlockMatrixBase</code> now have an <code
+       class="member">add</code> function analogous to the <code
+       class="member">add</code> of vector classes. The old <code
+       class="member">add_scaled</code> functions are now deprecated.
+       <br>
+       (RH 2006/02/16)
+       </p>  
+
+  <li> <p>       
+       Improved: <code class="class">BlockMatrixArray</code>::<code
+       class="member">enter_aux</code> allows using matrices without
+       adding vector multiplication by using <code
+       class="class">PointerMatrixAux</code>.
+       <br>
+       (GK 2006/02/02)
+       </p>  
 
-
-  <li> <p> Improved: <code class="class">BlockMatrixArray</class>::<code
-  class="member">enter_aux</code> allows using matrices without adding vector
-  multiplication by using <code class="class">PointerMatrixAux</code>.
-  <br>
-  (GK 2006/02/02)
-  </p>  
-
-  <li> <p> New: The class <code class="class">PointerMatrixAux</code> was
-  introduced for use with matrix classes lacking the adding vector
-  multiplication functions. It implements these by using its own auxiliary
-  vector.
-  <br>
-  (GK 2006/02/02)
-  </p>
+  <li> <p>
+       New: The class <code class="class">PointerMatrixAux</code> was
+       introduced for use with matrix classes lacking the adding
+       vector multiplication functions. It implements these by using
+       its own auxiliary vector.
+       <br>
+       (GK 2006/02/02)
+       </p>
 
   <li> <p>
        Improved: The <code class="class">FilteredMatrix</code> class

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.