| add(const size_type i, const size_type j, const value_type value) | BlockMatrixBase< MatrixType > | |
| add(const std::vector< size_type > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=true) | BlockMatrixBase< MatrixType > | |
| add(const std::vector< size_type > &row_indices, const std::vector< size_type > &col_indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=true) | BlockMatrixBase< MatrixType > | |
| add(const size_type row, const std::vector< size_type > &col_indices, const std::vector< number > &values, const bool elide_zero_values=true) | BlockMatrixBase< MatrixType > | |
| add(const size_type row, const size_type n_cols, const size_type *col_indices, const number *values, const bool elide_zero_values=true, const bool col_indices_are_sorted=false) | BlockMatrixBase< MatrixType > | |
| add(const value_type factor, const BlockMatrixBase< MatrixType > &matrix) | BlockMatrixBase< MatrixType > | |
| begin() | BlockMatrixBase< MatrixType > | |
| begin(const size_type r) | BlockMatrixBase< MatrixType > | |
| begin() const | BlockMatrixBase< MatrixType > | |
| begin(const size_type r) const | BlockMatrixBase< MatrixType > | |
| block(const unsigned int row, const unsigned int column) | BlockMatrixBase< MatrixType > | |
| block(const unsigned int row, const unsigned int column) const | BlockMatrixBase< MatrixType > | |
| BlockMatrixBase()=default | BlockMatrixBase< MatrixType > | |
| BlockMatrixIterators::Accessor class | BlockMatrixBase< MatrixType > | friend |
| BlockType typedef | BlockMatrixBase< MatrixType > | |
| check_no_subscribers() const noexcept | EnableObserverPointer | private |
| clear() | BlockMatrixBase< MatrixType > | protected |
| collect_sizes() | BlockMatrixBase< MatrixType > | protected |
| column_block_indices | BlockMatrixBase< MatrixType > | protected |
| compress(VectorOperation::values operation) | BlockMatrixBase< MatrixType > | |
| const_iterator typedef | BlockMatrixBase< MatrixType > | |
| const_pointer typedef | BlockMatrixBase< MatrixType > | |
| const_reference typedef | BlockMatrixBase< MatrixType > | |
| copy_from(const BlockMatrixType &source) | BlockMatrixBase< MatrixType > | |
| counter | EnableObserverPointer | mutableprivate |
| counter_map | EnableObserverPointer | mutableprivate |
| diag_element(const size_type i) const | BlockMatrixBase< MatrixType > | |
| el(const size_type i, const size_type j) const | BlockMatrixBase< MatrixType > | |
| EnableObserverPointer() | EnableObserverPointer | inline |
| EnableObserverPointer(const EnableObserverPointer &) | EnableObserverPointer | inline |
| EnableObserverPointer(EnableObserverPointer &&) noexcept | EnableObserverPointer | |
| end() | BlockMatrixBase< MatrixType > | |
| end(const size_type r) | BlockMatrixBase< MatrixType > | |
| end() const | BlockMatrixBase< MatrixType > | |
| end(const size_type r) const | BlockMatrixBase< MatrixType > | |
| ExcIncompatibleColNumbers(int arg1, int arg2, int arg3, int arg4) | BlockMatrixBase< MatrixType > | static |
| ExcIncompatibleRowNumbers(int arg1, int arg2, int arg3, int arg4) | BlockMatrixBase< MatrixType > | static |
| ExcInUse(int arg1, std::string arg2, std::string arg3) | EnableObserverPointer | static |
| ExcNoSubscriber(std::string arg1, std::string arg2) | EnableObserverPointer | static |
| frobenius_norm() const | BlockMatrixBase< MatrixType > | |
| get_column_indices() const | BlockMatrixBase< MatrixType > | |
| get_row_indices() const | BlockMatrixBase< MatrixType > | |
| iterator typedef | BlockMatrixBase< MatrixType > | |
| list_subscribers(StreamType &stream) const | EnableObserverPointer | inline |
| list_subscribers() const | EnableObserverPointer | |
| m() const | BlockMatrixBase< MatrixType > | |
| map_iterator typedef | EnableObserverPointer | private |
| map_value_type typedef | EnableObserverPointer | private |
| matrix_norm_square(const BlockVectorType &v) const | BlockMatrixBase< MatrixType > | |
| matrix_scalar_product(const BlockVectorType &u, const BlockVectorType &v) const | BlockMatrixBase< MatrixType > | |
| MatrixIterator class | BlockMatrixBase< MatrixType > | friend |
| memory_consumption() const | BlockMatrixBase< MatrixType > | |
| mutex | EnableObserverPointer | privatestatic |
| n() const | BlockMatrixBase< MatrixType > | |
| n_block_cols() const | BlockMatrixBase< MatrixType > | |
| n_block_rows() const | BlockMatrixBase< MatrixType > | |
| n_subscriptions() const | EnableObserverPointer | inline |
| object_info | EnableObserverPointer | mutableprivate |
| operator()(const size_type i, const size_type j) const | BlockMatrixBase< MatrixType > | |
| operator*=(const value_type factor) | BlockMatrixBase< MatrixType > | |
| operator/=(const value_type factor) | BlockMatrixBase< MatrixType > | |
| operator=(const EnableObserverPointer &) | EnableObserverPointer | inline |
| operator=(EnableObserverPointer &&) noexcept | EnableObserverPointer | |
| pointer typedef | BlockMatrixBase< MatrixType > | |
| prepare_add_operation() | BlockMatrixBase< MatrixType > | protected |
| prepare_set_operation() | BlockMatrixBase< MatrixType > | protected |
| print(std::ostream &out, const bool alternative_output=false) const | BlockMatrixBase< MatrixType > | |
| real_type typedef | BlockMatrixBase< MatrixType > | |
| reference typedef | BlockMatrixBase< MatrixType > | |
| residual(BlockVectorType &dst, const BlockVectorType &x, const BlockVectorType &b) const | BlockMatrixBase< MatrixType > | |
| row_block_indices | BlockMatrixBase< MatrixType > | protected |
| serialize(Archive &ar, const unsigned int version) | EnableObserverPointer | inline |
| set(const size_type i, const size_type j, const value_type value) | BlockMatrixBase< MatrixType > | |
| set(const std::vector< size_type > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=false) | BlockMatrixBase< MatrixType > | |
| set(const std::vector< size_type > &row_indices, const std::vector< size_type > &col_indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=false) | BlockMatrixBase< MatrixType > | |
| set(const size_type row, const std::vector< size_type > &col_indices, const std::vector< number > &values, const bool elide_zero_values=false) | BlockMatrixBase< MatrixType > | |
| set(const size_type row, const size_type n_cols, const size_type *col_indices, const number *values, const bool elide_zero_values=false) | BlockMatrixBase< MatrixType > | |
| size_type typedef | BlockMatrixBase< MatrixType > | |
| sub_objects | BlockMatrixBase< MatrixType > | protected |
| subscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | EnableObserverPointer | private |
| temporary_data | BlockMatrixBase< MatrixType > | private |
| Tvmult_add(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< MatrixType > | |
| Tvmult_block_block(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< MatrixType > | protected |
| Tvmult_block_nonblock(BlockVectorType &dst, const VectorType &src) const | BlockMatrixBase< MatrixType > | protected |
| Tvmult_nonblock_block(VectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< MatrixType > | protected |
| Tvmult_nonblock_nonblock(VectorType &dst, const VectorType &src) const | BlockMatrixBase< MatrixType > | protected |
| unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | EnableObserverPointer | private |
| validity_pointers | EnableObserverPointer | mutableprivate |
| value_type typedef | BlockMatrixBase< MatrixType > | |
| vmult_add(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< MatrixType > | |
| vmult_block_block(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< MatrixType > | protected |
| vmult_block_nonblock(BlockVectorType &dst, const VectorType &src) const | BlockMatrixBase< MatrixType > | protected |
| vmult_nonblock_block(VectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< MatrixType > | protected |
| vmult_nonblock_nonblock(VectorType &dst, const VectorType &src) const | BlockMatrixBase< MatrixType > | protected |
| ~BlockMatrixBase() override | BlockMatrixBase< MatrixType > | |
| ~EnableObserverPointer() | EnableObserverPointer | virtual |