![]() |
Reference documentation for deal.II version 9.1.1
|
#include <deal.II/lac/block_matrix_array.h>
Public Member Functions | |
| template<typename MatrixType > | |
| Entry (const MatrixType &matrix, size_type row, size_type col, number prefix, bool transpose) | |
| Entry (const Entry &) | |
| ~Entry () | |
| Entry & | operator= (const Entry &)=delete |
Public Attributes | |
| size_type | row |
| size_type | col |
| number | prefix |
| bool | transpose |
| PointerMatrixBase< typename BlockVectorType::BlockType > * | matrix |
Internal data structure.
For each entry of a BlockMatrixArray, its position, matrix, prefix and optional transposition must be stored. This structure encapsulates all of them.
Definition at line 279 of file block_matrix_array.h.
1.8.16