| add(const size_type row, const size_type n_cols, const size_type *col_indices, const number2 *values, const bool elide_zero_values=true, const bool col_indices_are_sorted=false) | DiagonalMatrix< VectorType > | |
| add(const size_type i, const size_type j, const value_type value) | DiagonalMatrix< VectorType > | |
| apply(const unsigned int index, const value_type src) const | DiagonalMatrix< VectorType > | |
| apply_to_subrange(const unsigned int begin_range, const unsigned int end_range, const value_type *src_pointer_to_current_range, value_type *dst_pointer_to_current_range) const | DiagonalMatrix< VectorType > | |
| check_no_subscribers() const noexcept | EnableObserverPointer | private |
| clear() | DiagonalMatrix< VectorType > | |
| compress(VectorOperation::values operation) | DiagonalMatrix< VectorType > | |
| counter | EnableObserverPointer | mutableprivate |
| counter_map | EnableObserverPointer | mutableprivate |
| diagonal | DiagonalMatrix< VectorType > | private |
| DiagonalMatrix()=default | DiagonalMatrix< VectorType > | |
| DiagonalMatrix(const VectorType &vec) | DiagonalMatrix< VectorType > | explicit |
| EnableObserverPointer() | EnableObserverPointer | inline |
| EnableObserverPointer(const EnableObserverPointer &) | EnableObserverPointer | inline |
| EnableObserverPointer(EnableObserverPointer &&) noexcept | EnableObserverPointer | |
| ExcInUse(int arg1, std::string arg2, std::string arg3) | EnableObserverPointer | static |
| ExcNoSubscriber(std::string arg1, std::string arg2) | EnableObserverPointer | static |
| get_vector() | DiagonalMatrix< VectorType > | |
| get_vector() const | DiagonalMatrix< VectorType > | |
| initialize_dof_vector(VectorType &dst) const | DiagonalMatrix< VectorType > | |
| list_subscribers(StreamType &stream) const | EnableObserverPointer | inline |
| list_subscribers() const | EnableObserverPointer | |
| m() const | DiagonalMatrix< VectorType > | |
| map_iterator typedef | EnableObserverPointer | private |
| map_value_type typedef | EnableObserverPointer | private |
| memory_consumption() const | DiagonalMatrix< VectorType > | |
| mutex | EnableObserverPointer | privatestatic |
| n() const | DiagonalMatrix< VectorType > | |
| n_subscriptions() const | EnableObserverPointer | inline |
| object_info | EnableObserverPointer | mutableprivate |
| operator()(const size_type i, const size_type j) const | DiagonalMatrix< VectorType > | |
| operator()(const size_type i, const size_type j) | DiagonalMatrix< VectorType > | |
| operator=(const EnableObserverPointer &) | EnableObserverPointer | inline |
| operator=(EnableObserverPointer &&) noexcept | EnableObserverPointer | |
| reinit(const VectorType &vec) | DiagonalMatrix< VectorType > | |
| serialize(Archive &ar, const unsigned int version) | EnableObserverPointer | inline |
| size_type typedef | DiagonalMatrix< VectorType > | |
| subscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | EnableObserverPointer | private |
| Tvmult(VectorType &dst, const VectorType &src) const | DiagonalMatrix< VectorType > | |
| Tvmult_add(VectorType &dst, const VectorType &src) const | DiagonalMatrix< VectorType > | |
| unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | EnableObserverPointer | private |
| validity_pointers | EnableObserverPointer | mutableprivate |
| value_type typedef | DiagonalMatrix< VectorType > | |
| vmult(VectorType &dst, const VectorType &src) const | DiagonalMatrix< VectorType > | |
| vmult_add(VectorType &dst, const VectorType &src) const | DiagonalMatrix< VectorType > | |
| ~EnableObserverPointer() | EnableObserverPointer | virtual |