From: guido Date: Wed, 14 Aug 2002 15:28:57 +0000 (+0000) Subject: news entry for Lp-norms X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b93e89c5d23c06b8f48d9653ae24b2cd9db84eba;p=dealii-svn.git news entry for Lp-norms git-svn-id: https://svn.dealii.org/trunk@6327 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 25f33bd580..560c7d0dfb 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -137,6 +137,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    +
  1. + New:Vector has a function lp_norm, computing the lp-norm + of a vector for arbitrary p. +
    + (GK 2002/08/13) +

    +
  2. New: a way of using abstract base classes for matrices has been implemented with PointerMatrixBase