From 7b659ccf75ecb216c3d343d091884426e785a2d3 Mon Sep 17 00:00:00 2001 From: brian <brian@0785d39b-7218-0410-832d-ea1e28bc413d> Date: Thu, 22 May 2003 15:20:05 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.dealii.org/trunk@7671 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 4a30186c56..7ec0cee719 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -619,6 +619,21 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK <ol> + <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> + + <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> + <li> <p> New: <code class="class">PreconditionPSOR</code> implements interface to permuted SOR preconditioner function in <code class="class">SparseMatrix</code>. -- 2.39.5