, including all inherited members.
add(const unsigned int i, const unsigned int j, const number value) | SparseMatrix< number > | |
add(const std::vector< unsigned int > &indices, const FullMatrix< number2 > &full_matrix, const bool elide_zero_values=true) | SparseMatrix< number > | [inline] |
add(const std::vector< unsigned int > &row_indices, const std::vector< unsigned int > &col_indices, const FullMatrix< number2 > &full_matrix, const bool elide_zero_values=true) | SparseMatrix< number > | [inline] |
add(const unsigned int row, const std::vector< unsigned int > &col_indices, const std::vector< number2 > &values, const bool elide_zero_values=true) | SparseMatrix< number > | [inline] |
add(const unsigned int row, const unsigned int n_cols, const unsigned int *col_indices, const number2 *values, const bool elide_zero_values=true, const bool col_indices_are_sorted=false) | SparseMatrix< number > | [inline] |
add(const number factor, const SparseMatrix< somenumber > &matrix) | SparseMatrix< number > | [inline] |
begin() const | SparseMatrix< number > | |
begin() | SparseMatrix< number > | |
begin(const unsigned int r) const | SparseMatrix< number > | |
begin(const unsigned int r) | SparseMatrix< number > | |
block_read(std::istream &in) | SparseMatrix< number > | |
block_write(std::ostream &out) const | SparseMatrix< number > | |
clear() | SparseMatrix< number > | [virtual] |
cols | SparseMatrix< number > | [private] |
const_iterator typedef | SparseMatrix< number > | |
copy_from(const SparseMatrix< somenumber > &source) | SparseMatrix< number > | [inline] |
copy_from(const ForwardIterator begin, const ForwardIterator end) | SparseMatrix< number > | [inline] |
copy_from(const FullMatrix< somenumber > &matrix) | SparseMatrix< number > | [inline] |
diag_element(const unsigned int i) const | SparseMatrix< number > | |
diag_element(const unsigned int i) | SparseMatrix< number > | |
el(const unsigned int i, const unsigned int j) const | SparseMatrix< number > | |
empty() const | SparseMatrix< number > | |
end() const | SparseMatrix< number > | |
end() | SparseMatrix< number > | |
end(const unsigned int r) const | SparseMatrix< number > | |
end(const unsigned int r) | SparseMatrix< number > | |
frobenius_norm() const | SparseMatrix< number > | |
get_sparsity_pattern() const | SparseMatrix< number > | |
global_entry(const unsigned int i) const | SparseMatrix< number > | |
global_entry(const unsigned int i) | SparseMatrix< number > | |
iterator typedef | SparseMatrix< number > | |
l1_norm() const | SparseMatrix< number > | |
linfty_norm() const | SparseMatrix< number > | |
list_subscribers() const | Subscriptor | |
m() const | SparseMatrix< number > | |
matrix_norm_square(const Vector< somenumber > &v) const | SparseMatrix< number > | [inline] |
matrix_scalar_product(const Vector< somenumber > &u, const Vector< somenumber > &v) const | SparseMatrix< number > | [inline] |
max_len | SparseMatrix< number > | [private] |
memory_consumption() const | SparseMatrix< number > | |
n() const | SparseMatrix< number > | |
n_actually_nonzero_elements(const double threshold=0.) const | SparseMatrix< number > | |
n_nonzero_elements() const | SparseMatrix< number > | |
n_subscriptions() const | Subscriptor | |
operator()(const unsigned int i, const unsigned int j) const | SparseMatrix< number > | |
operator*=(const number factor) | SparseMatrix< number > | |
operator/=(const number factor) | SparseMatrix< number > | |
operator=(const SparseMatrix< number > &) | SparseMatrix< number > | |
operator=(const IdentityMatrix &id) | SparseMatrix< number > | |
operator=(const double d) | SparseMatrix< number > | |
Subscriptor::operator=(const Subscriptor &) | Subscriptor | |
precondition_Jacobi(Vector< somenumber > &dst, const Vector< somenumber > &src, const number omega=1.) const | SparseMatrix< number > | [inline] |
precondition_SOR(Vector< somenumber > &dst, const Vector< somenumber > &src, const number om=1.) const | SparseMatrix< number > | [inline] |
precondition_SSOR(Vector< somenumber > &dst, const Vector< somenumber > &src, const number om=1., const std::vector< unsigned int > &pos_right_of_diagonal=std::vector< unsigned int >()) const | SparseMatrix< number > | [inline] |
precondition_TSOR(Vector< somenumber > &dst, const Vector< somenumber > &src, const number om=1.) const | SparseMatrix< number > | [inline] |
print(std::ostream &out) const | 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 | SparseMatrix< number > | |
print_pattern(std::ostream &out, const double threshold=0.) const | SparseMatrix< number > | |
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] |
raw_entry(const unsigned int row, const unsigned int index) const | SparseMatrix< number > | |
real_type typedef | SparseMatrix< number > | |
reinit(const SparsityPattern &sparsity) | SparseMatrix< number > | [virtual] |
residual(Vector< somenumber > &dst, const Vector< somenumber > &x, const Vector< somenumber > &b) const | SparseMatrix< number > | [inline] |
set(const unsigned int i, const unsigned int j, const number value) | SparseMatrix< number > | |
set(const std::vector< unsigned int > &indices, const FullMatrix< number2 > &full_matrix, const bool elide_zero_values=false) | SparseMatrix< number > | [inline] |
set(const std::vector< unsigned int > &row_indices, const std::vector< unsigned int > &col_indices, const FullMatrix< number2 > &full_matrix, const bool elide_zero_values=false) | SparseMatrix< number > | [inline] |
set(const unsigned int row, const std::vector< unsigned int > &col_indices, const std::vector< number2 > &values, const bool elide_zero_values=false) | SparseMatrix< number > | [inline] |
set(const unsigned int row, const unsigned int n_cols, const unsigned int *col_indices, const number2 *values, const bool elide_zero_values=false) | SparseMatrix< number > | [inline] |
SOR(Vector< somenumber > &v, const number om=1.) const | SparseMatrix< number > | [inline] |
SOR_step(Vector< somenumber > &v, const Vector< somenumber > &b, const number om=1.) const | SparseMatrix< number > | [inline] |
SparseILU class | SparseMatrix< number > | [friend] |
SparseLUDecomposition class | SparseMatrix< number > | [friend] |
SparseMatrix class | SparseMatrix< number > | [friend] |
SparseMatrix() | SparseMatrix< number > | |
SparseMatrix(const SparseMatrix &) | SparseMatrix< number > | |
SparseMatrix(const SparsityPattern &sparsity) | SparseMatrix< number > | [explicit] |
SparseMatrix(const SparsityPattern &sparsity, const IdentityMatrix &id) | SparseMatrix< number > | |
SSOR(Vector< somenumber > &v, const number omega=1.) const | SparseMatrix< number > | [inline] |
SSOR_step(Vector< somenumber > &v, const Vector< somenumber > &b, const number om=1.) const | SparseMatrix< number > | [inline] |
subscribe(const char *identifier=0) const | Subscriptor | [inline] |
Subscriptor() | Subscriptor | |
Subscriptor(const Subscriptor &) | Subscriptor | |
symmetrize() | SparseMatrix< number > | |
threaded_matrix_norm_square(const Vector< somenumber > &v, const unsigned int begin_row, const unsigned int end_row, somenumber *partial_sum) const | SparseMatrix< number > | [inline, private] |
threaded_matrix_scalar_product(const Vector< somenumber > &u, const Vector< somenumber > &v, const unsigned int begin_row, const unsigned int end_row, somenumber *partial_sum) const | SparseMatrix< number > | [inline, private] |
threaded_residual(Vector< somenumber > &dst, const Vector< somenumber > &u, const Vector< somenumber > &b, const std::pair< unsigned int, unsigned int > interval, somenumber *partial_norm) const | SparseMatrix< number > | [inline, private] |
threaded_vmult(OutVector &dst, const InVector &src, const unsigned int begin_row, const unsigned int end_row) const | SparseMatrix< number > | [inline, private] |
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] |
TSOR(Vector< somenumber > &v, const number om=1.) const | SparseMatrix< number > | [inline] |
TSOR_step(Vector< somenumber > &v, const Vector< somenumber > &b, const number om=1.) const | SparseMatrix< number > | [inline] |
Tvmult(OutVector &dst, const InVector &src) const | SparseMatrix< number > | [inline] |
Tvmult_add(OutVector &dst, const InVector &src) const | SparseMatrix< number > | [inline] |
unsubscribe(const char *identifier=0) const | Subscriptor | [inline] |
val | SparseMatrix< number > | [private] |
value_type typedef | SparseMatrix< number > | |
vmult(OutVector &dst, const InVector &src) const | SparseMatrix< number > | [inline] |
vmult_add(OutVector &dst, const InVector &src) const | SparseMatrix< number > | [inline] |
~SparseMatrix() | SparseMatrix< number > | [virtual] |
~Subscriptor() | Subscriptor | [virtual] |