From 83b439716951ea71133597238f9d879741e446b8 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 18 Jul 2002 07:32:12 +0000 Subject: [PATCH] new PointerMatrix git-svn-id: https://svn.dealii.org/trunk@6259 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 7172c8f9ec..0045f64ada 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -110,6 +110,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    +
  1. New: a way of using abstract base classes for matrices has + been implemented with PointerMatrixBase + and PointerMatrix. Storing a matrix in + PointerMatrix allows to use the base + class in functions only templated for the vector class. +
    + (GK 2--2/07/18) +

-- 2.39.5