Table< N, T > Class Template Reference
[Data storage primitives]

Inheritance diagram for Table< N, T >:
Inheritance graph
[legend]

List of all members.


Detailed Description

template<int N, typename T>
class Table< N, T >

A class representing a table with arbitrary but fixed number of indices. This general template implements some additional functions over those provided bythe TableBase class, such as indexing functions taking the correct number of arguments, etc.

Rather than this general template, these functions are implemented in partial specializations of this class, with fixed numbers of dimensions. See there, and in the documentation of the base class for more information.

Author:
Wolfgang Bangerth, 2002

The documentation for this class was generated from the following file:

deal.II documentation generated on Mon Nov 23 22:58:11 2009 by doxygen 1.6.1