From d6cc3ce0e8108829f433e32ec69073ed69f15935 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 22 Nov 2000 15:22:01 +0000 Subject: [PATCH] SparseMatrix::n_actually_nonzero_elements git-svn-id: https://svn.dealii.org/trunk@3497 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 3497f464d4..7ffac193d4 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -239,6 +239,14 @@ documentation, etc.

lac

    +
  1. + New: + SparseMatrix::n_actually_nonzero_elements + returns the number of entries that are actually nonzero. +
    + (Ralf Hartmann 2000/11/22) +

    +
  2. Fixed: unlike announced in the docs, the FullMatrix::norm2 function did not -- 2.39.5