, including all inherited members.
| add(const unsigned int i, const unsigned int j, const number value) | SparseMatrix< number > | [protected] |
| add(const number factor, const SparseMatrix< somenumber > &matrix) | SparseMatrix< number > | [inline, protected] |
| AdditionalData typedef | SparseILU< number > | |
| apply_decomposition(Vector< somenumber > &dst, const Vector< somenumber > &src) const | SparseILU< number > | [inline] |
| begin() const | SparseMatrix< number > | [protected] |
| begin() | SparseMatrix< number > | [protected] |
| begin(const unsigned int r) const | SparseMatrix< number > | [protected] |
| begin(const unsigned int r) | SparseMatrix< number > | [protected] |
| block_read(std::istream &in) | SparseMatrix< number > | [protected] |
| block_write(std::ostream &out) const | SparseMatrix< number > | [protected] |
| clear() | SparseLUDecomposition< number > | [virtual] |
| const_iterator typedef | SparseMatrix< number > | [protected] |
| copy_from(const SparseMatrix< somenumber > &matrix) | SparseLUDecomposition< number > | [inline, protected] |
| SparseMatrix::copy_from(const ForwardIterator begin, const ForwardIterator end) | SparseMatrix< number > | [inline, protected] |
| SparseMatrix::copy_from(const FullMatrix< somenumber > &matrix) | SparseMatrix< number > | [inline, protected] |
| decompose(const SparseMatrix< somenumber > &matrix, const double strengthen_diagonal=0.) | SparseILU< number > | [inline] |
| decomposed | SparseLUDecomposition< number > | [protected] |
| diag_element(const unsigned int i) const | SparseMatrix< number > | [protected] |
| diag_element(const unsigned int i) | SparseMatrix< number > | [protected] |
| el(const unsigned int i, const unsigned int j) const | SparseMatrix< number > | [protected] |
| empty() const | SparseLUDecomposition< number > | |
| end() const | SparseMatrix< number > | [protected] |
| end() | SparseMatrix< number > | [protected] |
| end(const unsigned int r) const | SparseMatrix< number > | [protected] |
| end(const unsigned int r) | SparseMatrix< number > | [protected] |
| frobenius_norm() const | SparseMatrix< number > | [protected] |
| get_sparsity_pattern() const | SparseMatrix< number > | [protected] |
| get_strengthen_diagonal(const number rowsum, const unsigned int row) const | SparseLUDecomposition< number > | [protected, virtual] |
| global_entry(const unsigned int i) const | SparseMatrix< number > | [protected] |
| global_entry(const unsigned int i) | SparseMatrix< number > | [protected] |
| initialize(const SparseMatrix< somenumber > &matrix, const AdditionalData parameters=AdditionalData()) | SparseILU< number > | [inline] |
| is_decomposed() const | SparseLUDecomposition< number > | [virtual] |
| iterator typedef | SparseMatrix< number > | [protected] |
| l1_norm() const | SparseMatrix< number > | [protected] |
| linfty_norm() const | SparseMatrix< number > | [protected] |
| SparseMatrix::list_subscribers() const | Subscriptor | [protected] |
| Subscriptor::list_subscribers() const | Subscriptor | |
| m() const | SparseMatrix< number > | [protected] |
| matrix_norm_square(const Vector< somenumber > &v) const | SparseMatrix< number > | [inline, protected] |
| matrix_scalar_product(const Vector< somenumber > &u, const Vector< somenumber > &v) const | SparseMatrix< number > | [inline, protected] |
| memory_consumption() const | SparseILU< number > | [virtual] |
| n() const | SparseMatrix< number > | [protected] |
| n_actually_nonzero_elements() const | SparseMatrix< number > | [protected] |
| n_nonzero_elements() const | SparseMatrix< number > | [protected] |
| SparseMatrix::n_subscriptions() const | Subscriptor | [protected] |
| Subscriptor::n_subscriptions() const | Subscriptor | |
| operator()(const unsigned int i, const unsigned int j) const | SparseMatrix< number > | [protected] |
| operator*=(const number factor) | SparseMatrix< number > | [protected] |
| operator/=(const number factor) | SparseMatrix< number > | [protected] |
| operator=(const SparseMatrix< number > &) | SparseMatrix< number > | [protected] |
| operator=(const IdentityMatrix &id) | SparseMatrix< number > | [protected] |
| operator=(const double d) | SparseMatrix< number > | [protected] |
| SparseMatrix::Subscriptor::operator=(const Subscriptor &) | Subscriptor | [protected] |
| Subscriptor::operator=(const Subscriptor &) | Subscriptor | |
| prebuilt_lower_bound | SparseLUDecomposition< number > | [protected] |
| precondition_Jacobi(Vector< somenumber > &dst, const Vector< somenumber > &src, const number omega=1.) const | SparseMatrix< number > | [inline, protected] |
| precondition_SOR(Vector< somenumber > &dst, const Vector< somenumber > &src, const number om=1.) const | SparseMatrix< number > | [inline, protected] |
| precondition_SSOR(Vector< somenumber > &dst, const Vector< somenumber > &src, const number om=1.) const | SparseMatrix< number > | [inline, protected] |
| precondition_TSOR(Vector< somenumber > &dst, const Vector< somenumber > &src, const number om=1.) const | SparseMatrix< number > | [inline, protected] |
| print(std::ostream &out) const | SparseMatrix< number > | [protected] |
| 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 | SparseMatrix< number > | [protected] |
| print_pattern(std::ostream &out, const double threshold=0.) const | SparseMatrix< number > | [protected] |
| PSOR(Vector< somenumber > &v, const std::vector< unsigned int > &permutation, const std::vector< unsigned int > &inverse_permutation, const number om=1.) const | SparseMatrix< number > | [inline, protected] |
| raw_entry(const unsigned int row, const unsigned int index) const | SparseMatrix< number > | [protected] |
| reinit(const SparsityPattern &sparsity) | SparseLUDecomposition< number > | [virtual] |
| residual(Vector< somenumber > &dst, const Vector< somenumber > &x, const Vector< somenumber > &b) const | SparseMatrix< number > | [inline, protected] |
| set(const unsigned int i, const unsigned int j, const number value) | SparseMatrix< number > | [protected] |
| SOR(Vector< somenumber > &v, const number om=1.) const | SparseMatrix< number > | [inline, protected] |
| SOR_step(Vector< somenumber > &v, const Vector< somenumber > &b, const number om=1.) const | SparseMatrix< number > | [inline, protected] |
| SparseILU() | SparseILU< number > | |
| SparseILU(const SparsityPattern &sparsity) | SparseILU< number > | |
| SparseLUDecomposition() | SparseLUDecomposition< number > | [protected] |
| SparseLUDecomposition(const SparsityPattern &sparsity) | SparseLUDecomposition< number > | [protected] |
| SparseMatrix() | SparseMatrix< number > | [protected] |
| SparseMatrix(const SparseMatrix &) | SparseMatrix< number > | [protected] |
| SparseMatrix(const SparsityPattern &sparsity) | SparseMatrix< number > | [explicit, protected] |
| SparseMatrix(const SparsityPattern &sparsity, const IdentityMatrix &id) | SparseMatrix< number > | [protected] |
| SSOR(Vector< somenumber > &v, const number omega=1.) const | SparseMatrix< number > | [inline, protected] |
| SSOR_step(Vector< somenumber > &v, const Vector< somenumber > &b, const number om=1.) const | SparseMatrix< number > | [inline, protected] |
| strengthen_diagonal | SparseLUDecomposition< number > | [protected] |
| strengthen_diagonal_impl() | SparseLUDecomposition< number > | [protected, virtual] |
| SparseMatrix::subscribe(const char *identifier=0) const | Subscriptor | [inline, protected] |
| Subscriptor::subscribe(const char *identifier=0) const | Subscriptor | [inline] |
| SparseMatrix::Subscriptor() | Subscriptor | [protected] |
| SparseMatrix::Subscriptor(const Subscriptor &) | Subscriptor | [protected] |
| Subscriptor::Subscriptor() | Subscriptor | |
| Subscriptor::Subscriptor(const Subscriptor &) | Subscriptor | |
| symmetrize() | SparseMatrix< number > | [protected] |
| TPSOR(Vector< somenumber > &v, const std::vector< unsigned int > &permutation, const std::vector< unsigned int > &inverse_permutation, const number om=1.) const | SparseMatrix< number > | [inline, protected] |
| TSOR(Vector< somenumber > &v, const number om=1.) const | SparseMatrix< number > | [inline, protected] |
| TSOR_step(Vector< somenumber > &v, const Vector< somenumber > &b, const number om=1.) const | SparseMatrix< number > | [inline, protected] |
| Tvmult(Vector< somenumber > &dst, const Vector< somenumber > &src) const | SparseILU< number > | [inline] |
| SparseLUDecomposition::Tvmult(OutVector &dst, const InVector &src) const | SparseMatrix< number > | [inline] |
| Tvmult_add(OutVector &dst, const InVector &src) const | SparseMatrix< number > | [inline, protected] |
| SparseMatrix::unsubscribe(const char *identifier=0) const | Subscriptor | [inline, protected] |
| Subscriptor::unsubscribe(const char *identifier=0) const | Subscriptor | [inline] |
| value_type typedef | SparseMatrix< number > | [protected] |
| vmult(Vector< somenumber > &dst, const Vector< somenumber > &src) const | SparseILU< number > | [inline] |
| SparseLUDecomposition::vmult(OutVector &dst, const InVector &src) const | SparseMatrix< number > | [inline] |
| vmult_add(OutVector &dst, const InVector &src) const | SparseMatrix< number > | [inline, protected] |
| ~SparseLUDecomposition() | SparseLUDecomposition< number > | [virtual] |
| ~SparseMatrix() | SparseMatrix< number > | [protected, virtual] |
| ~Subscriptor() | Subscriptor | [protected, virtual] |