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: