![]() |
Reference documentation for deal.II version 8.5.1
|
#include <deal.II/lac/block_vector_base.h>
Public Types | |
typedef BlockVectorType::BlockType | Vector |
typedef BlockVectorType | BlockVector |
typedef BlockVector::value_type | value_type |
typedef Vector::reference | dereference_type |
Declaration of a specialized template of a structure which is used to determine some types based on the template arguments of other classes.
This is for the use of non-const iterators.
Definition at line 132 of file block_vector_base.h.
typedef BlockVectorType::BlockType internal::BlockVectorIterators::Types< BlockVectorType, false >::Vector |
Type of the vector underlying the block vector used in non-const iterators. There, the vector must not be constant.
Definition at line 138 of file block_vector_base.h.
typedef BlockVectorType internal::BlockVectorIterators::Types< BlockVectorType, false >::BlockVector |
Type of the block vector used in non-const iterators. There, the block vector must not be constant.
Definition at line 144 of file block_vector_base.h.
typedef BlockVector::value_type internal::BlockVectorIterators::Types< BlockVectorType, false >::value_type |
Type of the numbers we point to. Here, they are not constant.
Definition at line 149 of file block_vector_base.h.
typedef Vector::reference internal::BlockVectorIterators::Types< BlockVectorType, false >::dereference_type |
Typedef the result of a dereferencing operation for an iterator of the underlying iterator.
Definition at line 155 of file block_vector_base.h.