Reference documentation for deal.II version GIT relicensing-136-gb80d0be4af 2024-03-18 08:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Table< N, T > Class Template Reference

Inherited by FullMatrix< double >, FullMatrix< typename MatrixType::value_type >, FullMatrix< CoefficientType >, FullMatrix< inverse_type >, FullMatrix< InverseNumberType >, and FullMatrix< float >.

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 by the 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.

Definition at line 39 of file array_view.h.


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