Reference documentation for deal.II version 9.2.0
\(\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\}}\)
Typedefs
TransposeTableIterators Namespace Reference

Typedefs

template<typename T , bool Constness>
using AccessorBase = MatrixTableIterators::AccessorBase< TransposeTable< T >, Constness, MatrixTableIterators::Storage::column_major >
 
template<typename T , bool Constness>
using Accessor = MatrixTableIterators::Accessor< TransposeTable< T >, Constness, MatrixTableIterators::Storage::column_major >
 
template<typename T , bool Constness>
using Iterator = MatrixTableIterators::Iterator< TransposeTable< T >, Constness, MatrixTableIterators::Storage::column_major >
 

Detailed Description

A namespace for iterators for TransposeTable. TransposeTable is unique in that it stores entries in column-major order.

Warning
The classes defined in this namespace have been deprecated in favor of the more general versions in MatrixTableIterators. Use those instead.

Typedef Documentation

◆ AccessorBase

Definition at line 1901 of file table.h.

◆ Accessor

Definition at line 1907 of file table.h.

◆ Iterator

Definition at line 1913 of file table.h.