A | RelaxationBlock< MatrixType, InverseNumberType, VectorType > | protected |
additional_data | RelaxationBlock< MatrixType, InverseNumberType, VectorType > | protected |
clear() | RelaxationBlock< MatrixType, InverseNumberType, VectorType > | protected |
diagonal(size_type i) | PreconditionBlockBase< InverseNumberType > | inlineprotected |
diagonal(size_type i) const | PreconditionBlockBase< InverseNumberType > | inlineprotected |
do_step(VectorType &dst, const VectorType &prev, const VectorType &src, const bool backward) const | RelaxationBlock< MatrixType, InverseNumberType, VectorType > | protected |
ExcDiagonalsNotStored() | PreconditionBlockBase< InverseNumberType > | protectedstatic |
ExcInUse(int arg1, std::string arg2, std::string arg3) | Subscriptor | static |
ExcInverseNotAvailable() | PreconditionBlockBase< InverseNumberType > | protectedstatic |
ExcNoSubscriber(std::string arg1, std::string arg2) | Subscriptor | static |
gauss_jordan enum value | PreconditionBlockBase< InverseNumberType > | protected |
householder enum value | PreconditionBlockBase< InverseNumberType > | protected |
initialize(const MatrixType &A, const AdditionalData ¶meters) | RelaxationBlock< MatrixType, InverseNumberType, VectorType > | protected |
inverse(size_type i) | PreconditionBlockBase< InverseNumberType > | inlineprotected |
inverse(size_type i) const | PreconditionBlockBase< InverseNumberType > | inlineprotected |
inverse_householder(size_type i) | PreconditionBlockBase< InverseNumberType > | inlineprotected |
inverse_householder(size_type i) const | PreconditionBlockBase< InverseNumberType > | inlineprotected |
inverse_svd(size_type i) | PreconditionBlockBase< InverseNumberType > | inlineprotected |
inverse_svd(size_type i) const | PreconditionBlockBase< InverseNumberType > | inlineprotected |
inverse_Tvmult(size_type i, Vector< number2 > &dst, const Vector< number2 > &src) const | PreconditionBlockBase< InverseNumberType > | inlineprotected |
inverse_vmult(size_type i, Vector< number2 > &dst, const Vector< number2 > &src) const | PreconditionBlockBase< InverseNumberType > | inlineprotected |
inverses_computed(bool are_they) | PreconditionBlockBase< InverseNumberType > | inlineprotected |
inverses_ready() const | PreconditionBlockBase< InverseNumberType > | inlineprotected |
inversion | PreconditionBlockBase< InverseNumberType > | protected |
Inversion enum name | PreconditionBlockBase< InverseNumberType > | protected |
invert_diagblocks() | RelaxationBlock< MatrixType, InverseNumberType, VectorType > | protected |
list_subscribers() const | Subscriptor | |
log_statistics() const | PreconditionBlockBase< InverseNumberType > | inlineprotected |
memory_consumption() const | PreconditionBlockBase< InverseNumberType > | inlineprotected |
n_subscriptions() const | Subscriptor | |
number typedef | RelaxationBlockSOR< MatrixType, InverseNumberType, VectorType > | |
operator=(const Subscriptor &) | Subscriptor | |
operator=(Subscriptor &&) noexcept | Subscriptor | |
PreconditionBlockBase(bool store_diagonals=false, Inversion method=gauss_jordan) | PreconditionBlockBase< InverseNumberType > | inlineprotected |
reinit(unsigned int nblocks, size_type blocksize, bool compress, Inversion method=gauss_jordan) | PreconditionBlockBase< InverseNumberType > | inlineprotected |
same_diagonal() const | PreconditionBlockBase< InverseNumberType > | inlineprotected |
serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
size() const | PreconditionBlockBase< InverseNumberType > | inlineprotected |
size_type typedef | RelaxationBlock< MatrixType, InverseNumberType, VectorType > | protected |
step(VectorType &dst, const VectorType &rhs) const | RelaxationBlockSOR< MatrixType, InverseNumberType, VectorType > | |
store_diagonals() const | PreconditionBlockBase< InverseNumberType > | inlineprotected |
subscribe(const char *identifier=nullptr) const | Subscriptor | |
Subscriptor() | Subscriptor | |
Subscriptor(const Subscriptor &) | Subscriptor | |
Subscriptor(Subscriptor &&) noexcept | Subscriptor | |
svd enum value | PreconditionBlockBase< InverseNumberType > | protected |
Tstep(VectorType &dst, const VectorType &rhs) const | RelaxationBlockSOR< MatrixType, InverseNumberType, VectorType > | |
Tvmult(VectorType &dst, const VectorType &rhs) const | RelaxationBlockSOR< MatrixType, InverseNumberType, VectorType > | |
unsubscribe(const char *identifier=nullptr) const | Subscriptor | |
vmult(VectorType &dst, const VectorType &rhs) const | RelaxationBlockSOR< MatrixType, InverseNumberType, VectorType > | |
~PreconditionBlockBase()=default | PreconditionBlockBase< InverseNumberType > | protected |
~Subscriptor() | Subscriptor | virtual |