add(const size_type i, const size_type j, const Number value) | BlockSparseMatrixEZ< Number > | inline |
block(const unsigned int row, const unsigned int column) | BlockSparseMatrixEZ< Number > | inline |
block(const unsigned int row, const unsigned int column) const | BlockSparseMatrixEZ< Number > | inline |
blocks | BlockSparseMatrixEZ< Number > | private |
BlockSparseMatrixEZ()=default | BlockSparseMatrixEZ< Number > | |
BlockSparseMatrixEZ(const unsigned int block_rows, const unsigned int block_cols) | BlockSparseMatrixEZ< Number > | |
BlockSparseMatrixEZ(const BlockSparseMatrixEZ< Number > &) | BlockSparseMatrixEZ< Number > | |
clear() | BlockSparseMatrixEZ< Number > | |
collect_sizes() | BlockSparseMatrixEZ< Number > | |
column_indices | BlockSparseMatrixEZ< Number > | private |
empty() const | BlockSparseMatrixEZ< Number > | |
m() const | BlockSparseMatrixEZ< Number > | inline |
n() const | BlockSparseMatrixEZ< Number > | inline |
n_block_cols() const | BlockSparseMatrixEZ< Number > | inline |
n_block_rows() const | BlockSparseMatrixEZ< Number > | inline |
operator=(const BlockSparseMatrixEZ< Number > &) | BlockSparseMatrixEZ< Number > | |
operator=(const double d) | BlockSparseMatrixEZ< Number > | |
print_statistics(StreamType &s, bool full=false) | BlockSparseMatrixEZ< Number > | inline |
reinit(const unsigned int n_block_rows, const unsigned int n_block_cols) | BlockSparseMatrixEZ< Number > | |
row_indices | BlockSparseMatrixEZ< Number > | private |
set(const size_type i, const size_type j, const Number value) | BlockSparseMatrixEZ< Number > | inline |
size_type typedef | BlockSparseMatrixEZ< Number > | |
Tvmult(BlockVector< somenumber > &dst, const BlockVector< somenumber > &src) const | BlockSparseMatrixEZ< Number > | |
Tvmult_add(BlockVector< somenumber > &dst, const BlockVector< somenumber > &src) const | BlockSparseMatrixEZ< Number > | |
vmult(BlockVector< somenumber > &dst, const BlockVector< somenumber > &src) const | BlockSparseMatrixEZ< Number > | |
vmult_add(BlockVector< somenumber > &dst, const BlockVector< somenumber > &src) const | BlockSparseMatrixEZ< Number > | |