![]() |
Reference documentation for deal.II version 8.1.0
|
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 MATRIX &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 MATRIXA &A, const MATRIXB &B, const bool transpose=false) | SparseMatrixEZ< number > | inline |
copy_from(const MATRIX &source) | SparseMatrixEZ< number > | inline |
data | SparseMatrixEZ< number > | private |
DeclException0(ExcNoDiagonal) | SparseMatrixEZ< number > | |
DeclException2(ExcInvalidEntry, int, int,<< "The entry with index ("<< arg1<< ','<< arg2<< ") does not exist.") | SparseMatrixEZ< number > | |
DeclException2(ExcEntryAllocationFailure, int, int,<< "An entry with index ("<< arg1<< ','<< arg2<< ") cannot be allocated.") (defined in SparseMatrixEZ< number >) | SparseMatrixEZ< number > | |
Subscriptor::DeclException2(ExcNoSubscriber, char *, char *,<< "No subscriber with identifier \""<< arg2<< "\" did subscribe to this object of class "<< arg1) | Subscriptor | |
DeclException3(ExcInUse, int, char *, std::string &,<< "Object of class "<< arg2<< " is still used by "<< arg1<< " other objects.\n"<< "(Additional information: "<< arg3<< ")\n"<< "Note the entry in the Frequently Asked Questions of "<< "deal.II (linked to from http://www.dealii.org/) for "<< "more information on what this error means.") | Subscriptor | |
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 |
get_row_length(const size_type row) const | SparseMatrixEZ< number > | |
increment | SparseMatrixEZ< number > | private |
l2_norm() const | SparseMatrixEZ< number > | |
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 | |
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 | |
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(STREAM &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 |
serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
set(const size_type i, const size_type j, const number value) | 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(const char *identifier=0) const | Subscriptor | |
Subscriptor() | Subscriptor | |
Subscriptor(const Subscriptor &) | 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(const char *identifier=0) 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() | SparseMatrixEZ< number > | |
~Subscriptor() | Subscriptor | virtual |