| add(const size_type i, const size_type j, const value_type value) | BlockMatrixBase< SparseMatrix< number > > | |
| add(const std::vector< size_type > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=true) | BlockMatrixBase< SparseMatrix< number > > | |
| 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< SparseMatrix< number > > | |
| add(const size_type row, const std::vector< size_type > &col_indices, const std::vector< number > &values, const bool elide_zero_values=true) | BlockMatrixBase< SparseMatrix< number > > | |
| 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< SparseMatrix< number > > | |
| add(const value_type factor, const BlockMatrixBase< SparseMatrix< number > > &matrix) | BlockMatrixBase< SparseMatrix< number > > | |
| BaseClass typedef | BlockSparseMatrix< number > | |
| begin() | BlockMatrixBase< SparseMatrix< number > > | |
| begin(const size_type r) | BlockMatrixBase< SparseMatrix< number > > | |
| begin() const | BlockMatrixBase< SparseMatrix< number > > | |
| begin(const size_type r) const | BlockMatrixBase< SparseMatrix< number > > | |
| block(const unsigned int row, const unsigned int column) | BlockMatrixBase< SparseMatrix< number > > | |
| block(const unsigned int row, const unsigned int column) const | BlockMatrixBase< SparseMatrix< number > > | |
| BlockMatrixBase()=default | BlockMatrixBase< SparseMatrix< number > > | |
| BlockSparseMatrix()=default | BlockSparseMatrix< number > | |
| BlockSparseMatrix(const BlockSparsityPattern &sparsity) | BlockSparseMatrix< number > | |
| BlockType typedef | BlockSparseMatrix< number > | |
| check_no_subscribers() const noexcept | EnableObserverPointer | private |
| clear() | BlockSparseMatrix< number > | |
| collect_sizes() | BlockMatrixBase< SparseMatrix< number > > | protected |
| column_block_indices | BlockMatrixBase< SparseMatrix< number > > | protected |
| compress(VectorOperation::values operation) | BlockMatrixBase< SparseMatrix< number > > | |
| const_iterator typedef | BlockSparseMatrix< number > | |
| const_pointer typedef | BlockSparseMatrix< number > | |
| const_reference typedef | BlockSparseMatrix< number > | |
| copy_from(const BlockMatrixType &source) | BlockMatrixBase< SparseMatrix< number > > | |
| counter | EnableObserverPointer | mutableprivate |
| counter_map | EnableObserverPointer | mutableprivate |
| diag_element(const size_type i) const | BlockMatrixBase< SparseMatrix< number > > | |
| el(const size_type i, const size_type j) const | BlockMatrixBase< SparseMatrix< number > > | |
| empty() const | BlockSparseMatrix< number > | |
| EnableObserverPointer() | EnableObserverPointer | inline |
| EnableObserverPointer(const EnableObserverPointer &) | EnableObserverPointer | inline |
| EnableObserverPointer(EnableObserverPointer &&) noexcept | EnableObserverPointer | |
| end() | BlockMatrixBase< SparseMatrix< number > > | |
| end(const size_type r) | BlockMatrixBase< SparseMatrix< number > > | |
| end() const | BlockMatrixBase< SparseMatrix< number > > | |
| end(const size_type r) const | BlockMatrixBase< SparseMatrix< number > > | |
| ExcBlockDimensionMismatch() | BlockSparseMatrix< number > | static |
| ExcIncompatibleColNumbers(int arg1, int arg2, int arg3, int arg4) | BlockMatrixBase< SparseMatrix< number > > | static |
| ExcIncompatibleRowNumbers(int arg1, int arg2, int arg3, int arg4) | BlockMatrixBase< SparseMatrix< number > > | 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< SparseMatrix< number > > | |
| get_column_indices() const | BlockMatrixBase< SparseMatrix< number > > | |
| get_row_indices() const | BlockMatrixBase< SparseMatrix< number > > | |
| get_row_length(const size_type row) const | BlockSparseMatrix< number > | |
| get_sparsity_pattern() const | BlockSparseMatrix< number > | |
| iterator typedef | BlockSparseMatrix< number > | |
| list_subscribers(StreamType &stream) const | EnableObserverPointer | inline |
| list_subscribers() const | EnableObserverPointer | |
| m() const | BlockMatrixBase< SparseMatrix< number > > | |
| map_iterator typedef | EnableObserverPointer | private |
| map_value_type typedef | EnableObserverPointer | private |
| matrix_norm_square(const BlockVectorType &v) const | BlockMatrixBase< SparseMatrix< number > > | |
| matrix_scalar_product(const BlockVectorType &u, const BlockVectorType &v) const | BlockMatrixBase< SparseMatrix< number > > | |
| memory_consumption() const | BlockSparseMatrix< number > | |
| mutex | EnableObserverPointer | privatestatic |
| n() const | BlockMatrixBase< SparseMatrix< number > > | |
| n_actually_nonzero_elements(const double threshold=0.0) const | BlockSparseMatrix< number > | |
| n_block_cols() const | BlockMatrixBase< SparseMatrix< number > > | |
| n_block_rows() const | BlockMatrixBase< SparseMatrix< number > > | |
| n_nonzero_elements() const | BlockSparseMatrix< number > | |
| n_subscriptions() const | EnableObserverPointer | inline |
| object_info | EnableObserverPointer | mutableprivate |
| operator()(const size_type i, const size_type j) const | BlockMatrixBase< SparseMatrix< number > > | |
| operator*=(const value_type factor) | BlockMatrixBase< SparseMatrix< number > > | |
| operator/=(const value_type factor) | BlockMatrixBase< SparseMatrix< number > > | |
| operator=(const BlockSparseMatrix &) | BlockSparseMatrix< number > | |
| operator=(const double d) | BlockSparseMatrix< number > | inline |
| BlockMatrixBase< SparseMatrix< number > >::operator=(const EnableObserverPointer &) | EnableObserverPointer | inline |
| BlockMatrixBase< SparseMatrix< number > >::operator=(EnableObserverPointer &&) noexcept | EnableObserverPointer | |
| pointer typedef | BlockSparseMatrix< number > | |
| precondition_Jacobi(BlockVectorType &dst, const BlockVectorType &src, const number omega=1.) const | BlockSparseMatrix< number > | inline |
| precondition_Jacobi(Vector< number2 > &dst, const Vector< number2 > &src, const number omega=1.) const | BlockSparseMatrix< number > | inline |
| prepare_add_operation() | BlockMatrixBase< SparseMatrix< number > > | protected |
| prepare_set_operation() | BlockMatrixBase< SparseMatrix< number > > | protected |
| print(std::ostream &out, const bool alternative_output=false) const | BlockMatrixBase< SparseMatrix< number > > | |
| print_formatted(std::ostream &out, const unsigned int precision=3, const bool scientific=true, const unsigned int width=0, const char *zero_string=" ", const double denominator=1., const char *separator=" ") const | BlockSparseMatrix< number > | |
| real_type typedef | BlockMatrixBase< SparseMatrix< number > > | |
| reference typedef | BlockSparseMatrix< number > | |
| reinit(const BlockSparsityPattern &sparsity) | BlockSparseMatrix< number > | virtual |
| residual(BlockVectorType &dst, const BlockVectorType &x, const BlockVectorType &b) const | BlockMatrixBase< SparseMatrix< number > > | |
| row_block_indices | BlockMatrixBase< SparseMatrix< number > > | protected |
| serialize(Archive &ar, const unsigned int version) | EnableObserverPointer | inline |
| set(const size_type i, const size_type j, const value_type value) | BlockMatrixBase< SparseMatrix< number > > | |
| set(const std::vector< size_type > &indices, const FullMatrix< number > &full_matrix, const bool elide_zero_values=false) | BlockMatrixBase< SparseMatrix< number > > | |
| 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< SparseMatrix< number > > | |
| set(const size_type row, const std::vector< size_type > &col_indices, const std::vector< number > &values, const bool elide_zero_values=false) | BlockMatrixBase< SparseMatrix< number > > | |
| 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< SparseMatrix< number > > | |
| size_type typedef | BlockSparseMatrix< number > | |
| sparsity_pattern | BlockSparseMatrix< number > | private |
| sub_objects | BlockMatrixBase< SparseMatrix< number > > | protected |
| subscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | EnableObserverPointer | private |
| temporary_data | BlockMatrixBase< SparseMatrix< number > > | private |
| Tvmult(BlockVector< block_number > &dst, const BlockVector< block_number > &src) const | BlockSparseMatrix< number > | inline |
| Tvmult(BlockVector< block_number > &dst, const Vector< nonblock_number > &src) const | BlockSparseMatrix< number > | inline |
| Tvmult(Vector< nonblock_number > &dst, const BlockVector< block_number > &src) const | BlockSparseMatrix< number > | inline |
| Tvmult(Vector< nonblock_number > &dst, const Vector< nonblock_number > &src) const | BlockSparseMatrix< number > | inline |
| Tvmult_add(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | |
| Tvmult_block_block(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
| Tvmult_block_nonblock(BlockVectorType &dst, const VectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
| Tvmult_nonblock_block(VectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
| Tvmult_nonblock_nonblock(VectorType &dst, const VectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
| unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | EnableObserverPointer | private |
| validity_pointers | EnableObserverPointer | mutableprivate |
| value_type typedef | BlockSparseMatrix< number > | |
| vmult(BlockVector< block_number > &dst, const BlockVector< block_number > &src) const | BlockSparseMatrix< number > | inline |
| vmult(BlockVector< block_number > &dst, const Vector< nonblock_number > &src) const | BlockSparseMatrix< number > | inline |
| vmult(Vector< nonblock_number > &dst, const BlockVector< block_number > &src) const | BlockSparseMatrix< number > | inline |
| vmult(Vector< nonblock_number > &dst, const Vector< nonblock_number > &src) const | BlockSparseMatrix< number > | inline |
| vmult_add(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | |
| vmult_block_block(BlockVectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
| vmult_block_nonblock(BlockVectorType &dst, const VectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
| vmult_nonblock_block(VectorType &dst, const BlockVectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
| vmult_nonblock_nonblock(VectorType &dst, const VectorType &src) const | BlockMatrixBase< SparseMatrix< number > > | protected |
| ~BlockMatrixBase() override | BlockMatrixBase< SparseMatrix< number > > | |
| ~BlockSparseMatrix() override | BlockSparseMatrix< number > | virtual |
| ~EnableObserverPointer() | EnableObserverPointer | virtual |