Reference documentation for deal.II version 9.1.0-pre
SparseMatrixEZ< number > Member List

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
dataSparseMatrixEZ< 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)Subscriptorstatic
ExcInvalidEntry(int arg1, int arg2)SparseMatrixEZ< number >static
ExcNoDiagonal()SparseMatrixEZ< number >static
ExcNoSubscriber(std::string arg1, std::string arg2)Subscriptorstatic
get_row_length(const size_type row) const SparseMatrixEZ< number >
incrementSparseMatrixEZ< number >private
l2_norm() const SparseMatrixEZ< number >
list_subscribers(StreamType &stream) const Subscriptorinline
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_columnsSparseMatrixEZ< 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
Subscriptor::operator=(Subscriptor &&) noexceptSubscriptor
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_infoSparseMatrixEZ< number >private
saved_default_row_lengthSparseMatrixEZ< number >private
serialize(Archive &ar, const unsigned int version)Subscriptorinline
set(const size_type i, const size_type j, const number value, const bool elide_zero_values=true)SparseMatrixEZ< number >inline
size_type typedefSparseMatrixEZ< 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=nullptr) const Subscriptor
Subscriptor()Subscriptor
Subscriptor(const Subscriptor &)Subscriptor
Subscriptor(Subscriptor &&) noexceptSubscriptor
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=nullptr) const Subscriptor
value_type typedefSparseMatrixEZ< 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=defaultSparseMatrixEZ< number >
~Subscriptor()Subscriptorvirtual