From: hartmann Date: Fri, 13 Aug 2004 07:28:38 +0000 (+0000) Subject: Implementation of Table<7,T> X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e94e308623b27368fa623ece6cf0e91f9ac195dd;p=dealii-svn.git Implementation of Table<7,T> git-svn-id: https://svn.dealii.org/trunk@9548 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index 33c9464a06..ff16e0911c 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -75,6 +75,18 @@ inconvenience this causes.

base

    +
  1. New: The classes TableIndices<N> and Table<N,T> are now implemented also + for N=7. The Table<N,T> class represents an + N-dimensional array and might replace the + N-times-nested-use of the std::vector class. +
    + (RH 2004/08/13) +

    +
  2. New: Class TableIndices now has operators that check for equality and inequality of objects.