Reference documentation for deal.II version 9.1.1
|
This is the complete list of members for SparseMatrixEZ< number >, including all inherited members.
add(const size_type i, const size_type j, const number value) | SparseMatrixEZ< number > | inline |
add(const std::vector< size_type > &indices, const FullMatrix< number2 > &full_matrix, const bool elide_zero_values=true) | SparseMatrixEZ< number > | |
add(const std::vector< size_type > &row_indices, const std::vector< size_type > &col_indices, const FullMatrix< number2 > &full_matrix, const bool elide_zero_values=true) | SparseMatrixEZ< number > | |
add(const size_type row, const std::vector< size_type > &col_indices, const std::vector< number2 > &values, const bool elide_zero_values=true) | SparseMatrixEZ< number > | |
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) | SparseMatrixEZ< number > | |
add(const number factor, const MatrixType &matrix) | SparseMatrixEZ< number > | inline |
allocate(const size_type row, const size_type col) | SparseMatrixEZ< number > | inlineprivate |
begin() const | SparseMatrixEZ< number > | inline |
begin(const size_type r) const | SparseMatrixEZ< number > | inline |
block_read(std::istream &in) | SparseMatrixEZ< number > | |
block_write(std::ostream &out) const | SparseMatrixEZ< number > | |
clear() | SparseMatrixEZ< number > | |
compute_statistics(size_type &used, size_type &allocated, size_type &reserved, std::vector< size_type > &used_by_line, const bool compute_by_line) const | SparseMatrixEZ< number > | |
conjugate_add(const MatrixTypeA &A, const MatrixTypeB &B, const bool transpose=false) | SparseMatrixEZ< number > | inline |
copy_from(const MatrixType &source, const bool elide_zero_values=true) | SparseMatrixEZ< number > | inline |
data | SparseMatrixEZ< number > | private |
el(const size_type i, const size_type j) const | SparseMatrixEZ< number > | inline |
empty() const | SparseMatrixEZ< number > | |
end() const | SparseMatrixEZ< number > | inline |
end(const size_type r) const | SparseMatrixEZ< number > | inline |
ExcEntryAllocationFailure(int arg1, int arg2) | SparseMatrixEZ< number > | static |
ExcInUse(int arg1, std::string arg2, std::string arg3) | Subscriptor | static |
ExcInvalidEntry(int arg1, int arg2) | SparseMatrixEZ< number > | static |
ExcNoDiagonal() | SparseMatrixEZ< number > | static |
ExcNoSubscriber(std::string arg1, std::string arg2) | Subscriptor | static |
get_row_length(const size_type row) const | SparseMatrixEZ< number > | |
increment | SparseMatrixEZ< number > | private |
l2_norm() const | SparseMatrixEZ< number > | |
list_subscribers(StreamType &stream) const | Subscriptor | inline |
list_subscribers() const | Subscriptor | |
locate(const size_type row, const size_type col) const | SparseMatrixEZ< number > | inlineprivate |
locate(const size_type row, const size_type col) | SparseMatrixEZ< number > | inlineprivate |
m() const | SparseMatrixEZ< number > | inline |
memory_consumption() const | SparseMatrixEZ< number > | |
n() const | SparseMatrixEZ< number > | inline |
n_columns | SparseMatrixEZ< number > | private |
n_nonzero_elements() const | SparseMatrixEZ< number > | |
n_subscriptions() const | Subscriptor | inline |
operator()(const size_type i, const size_type j) const | SparseMatrixEZ< number > | inline |
operator=(const SparseMatrixEZ< number > &) | SparseMatrixEZ< number > | |
operator=(const double d) | SparseMatrixEZ< number > | |
Subscriptor::operator=(const Subscriptor &) | Subscriptor | inline |
Subscriptor::operator=(Subscriptor &&) noexcept | Subscriptor | |
precondition_Jacobi(Vector< somenumber > &dst, const Vector< somenumber > &src, const number omega=1.) const | SparseMatrixEZ< number > | |
precondition_SOR(Vector< somenumber > &dst, const Vector< somenumber > &src, const number om=1.) const | SparseMatrixEZ< number > | |
precondition_SSOR(Vector< somenumber > &dst, const Vector< somenumber > &src, const number om=1., const std::vector< std::size_t > &pos_right_of_diagonal=std::vector< std::size_t >()) const | SparseMatrixEZ< number > | |
precondition_TSOR(Vector< somenumber > &dst, const Vector< somenumber > &src, const number om=1.) const | SparseMatrixEZ< number > | |
print(std::ostream &out) const | SparseMatrixEZ< 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 | SparseMatrixEZ< number > | |
print_statistics(StreamType &s, bool full=false) | SparseMatrixEZ< number > | inline |
reinit(const size_type n_rows, const size_type n_columns, size_type default_row_length=0, unsigned int default_increment=1, size_type reserve=0) | SparseMatrixEZ< number > | |
row_info | SparseMatrixEZ< number > | private |
saved_default_row_length | SparseMatrixEZ< number > | private |
serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
set(const size_type i, const size_type j, const number value, const bool elide_zero_values=true) | SparseMatrixEZ< number > | inline |
size_type typedef | SparseMatrixEZ< number > | |
SparseMatrixEZ() | SparseMatrixEZ< number > | |
SparseMatrixEZ(const SparseMatrixEZ &) | SparseMatrixEZ< number > | |
SparseMatrixEZ(const size_type n_rows, const size_type n_columns, const size_type default_row_length=0, const unsigned int default_increment=1) | SparseMatrixEZ< number > | explicit |
subscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | Subscriptor | |
Subscriptor() | Subscriptor | inline |
Subscriptor(const Subscriptor &) | Subscriptor | inline |
Subscriptor(Subscriptor &&) noexcept | Subscriptor | |
threaded_matrix_norm_square(const Vector< somenumber > &v, const size_type begin_row, const size_type end_row, somenumber *partial_sum) const | SparseMatrixEZ< number > | private |
threaded_matrix_scalar_product(const Vector< somenumber > &u, const Vector< somenumber > &v, const size_type begin_row, const size_type end_row, somenumber *partial_sum) const | SparseMatrixEZ< number > | private |
threaded_vmult(Vector< somenumber > &dst, const Vector< somenumber > &src, const size_type begin_row, const size_type end_row) const | SparseMatrixEZ< number > | private |
Tvmult(Vector< somenumber > &dst, const Vector< somenumber > &src) const | SparseMatrixEZ< number > | |
Tvmult_add(Vector< somenumber > &dst, const Vector< somenumber > &src) const | SparseMatrixEZ< number > | |
unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | Subscriptor | |
value_type typedef | SparseMatrixEZ< number > | |
vmult(Vector< somenumber > &dst, const Vector< somenumber > &src) const | SparseMatrixEZ< number > | |
vmult_add(Vector< somenumber > &dst, const Vector< somenumber > &src) const | SparseMatrixEZ< number > | |
~SparseMatrixEZ() override=default | SparseMatrixEZ< number > | |
~Subscriptor() | Subscriptor | virtual |