, including all inherited members.
| add(const unsigned int i, const unsigned int j, const number value) | SparseMatrixEZ< number > | [inline] |
| add(const std::vector< unsigned int > &indices, const FullMatrix< number2 > &full_matrix, const bool elide_zero_values=true) | SparseMatrixEZ< number > | |
| 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) | SparseMatrixEZ< number > | |
| add(const unsigned int row, const std::vector< unsigned int > &col_indices, const std::vector< number2 > &values, const bool elide_zero_values=true) | SparseMatrixEZ< number > | |
| 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) | SparseMatrixEZ< number > | |
| add(const number factor, const MATRIX &matrix) | SparseMatrixEZ< number > | [inline] |
| allocate(const unsigned int row, const unsigned int col) | SparseMatrixEZ< number > | [inline, private] |
| begin() const | SparseMatrixEZ< number > | [inline] |
| begin(const unsigned int 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(unsigned int &used, unsigned int &allocated, unsigned int &reserved, std::vector< unsigned int > &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] |
| el(const unsigned int i, const unsigned int j) const | SparseMatrixEZ< number > | [inline] |
| empty() const | SparseMatrixEZ< number > | |
| end() const | SparseMatrixEZ< number > | [inline] |
| end(const unsigned int r) const | SparseMatrixEZ< number > | [inline] |
| ExcEntryAllocationFailure(int arg1, int arg2) | SparseMatrixEZ< number > | [static] |
| ExcInUse(int arg1, char *arg2, std::string &arg3) | Subscriptor | [static] |
| ExcInvalidEntry(int arg1, int arg2) | SparseMatrixEZ< number > | [static] |
| ExcNoDiagonal() | SparseMatrixEZ< number > | [static] |
| ExcNoSubscriber(char *arg1, char *arg2) | Subscriptor | [static] |
| get_row_length(const unsigned int row) const | SparseMatrixEZ< number > | |
| increment | SparseMatrixEZ< number > | [private] |
| l2_norm() const | SparseMatrixEZ< number > | |
| list_subscribers() const | Subscriptor | |
| locate(const unsigned int row, const unsigned int col) const | SparseMatrixEZ< number > | [inline, private] |
| locate(const unsigned int row, const unsigned int col) | SparseMatrixEZ< number > | [inline, private] |
| 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 unsigned int i, const unsigned int 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< unsigned int > &pos_right_of_diagonal=std::vector< unsigned int >()) 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 unsigned int n_rows, const unsigned int n_columns, unsigned int default_row_length=0, unsigned int default_increment=1, unsigned int reserve=0) | SparseMatrixEZ< number > | |
| row_info | SparseMatrixEZ< number > | [private] |
| serialize(Archive &ar, const unsigned int version) | Subscriptor | [inline] |
| set(const unsigned int i, const unsigned int j, const number value) | SparseMatrixEZ< number > | [inline] |
| SparseMatrixEZ() | SparseMatrixEZ< number > | |
| SparseMatrixEZ(const SparseMatrixEZ &) | SparseMatrixEZ< number > | |
| SparseMatrixEZ(const unsigned int n_rows, const unsigned int n_columns, const unsigned int default_row_length=0, const unsigned int default_increment=1) | SparseMatrixEZ< number > | [explicit] |
| subscribe(const char *identifier=0) const | Subscriptor | [inline] |
| Subscriptor() | Subscriptor | |
| Subscriptor(const Subscriptor &) | Subscriptor | |
| threaded_matrix_norm_square(const Vector< somenumber > &v, const unsigned int begin_row, const unsigned int end_row, somenumber *partial_sum) const | SparseMatrixEZ< number > | [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 | SparseMatrixEZ< number > | [private] |
| threaded_vmult(Vector< somenumber > &dst, const Vector< somenumber > &src, const unsigned int begin_row, const unsigned int 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 | [inline] |
| 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] |