Reference documentation for deal.II version 9.1.1
|
Classes | |
class | Accessor |
Accessor class template. This class is partially specialized for both values of Constness . More... | |
class | Accessor< TableType, false, storage_order > |
Accessor class offering read and write access to the elements of a table. More... | |
class | Accessor< TableType, true, storage_order > |
Accessor class offering read-only access to elements of a table. This is the same as the base class. More... | |
class | AccessorBase |
Accessor base class for Table<2, T> and TransposeTable. More... | |
class | Iterator |
Iterator class for both matrix-like tables, i.e., Table<2, T> and TransposeTable. More... | |
Enumerations | |
enum | Storage { Storage::row_major, Storage::column_major } |
Enumeration describing the storage order (i.e., the in-memory layout) of a table class. More... | |
A namespace for iterators and accessors for Table<2, T> and TransposeTable. These classes have special accessors (that is, compared to Table<3, T>) since they have a matrix-like structure; i.e., the accessors also provide row and column information and are designed to be compatible with the SparseMatrix and SparsityPattern iterator classes.
|
strong |