| column_indices() const | dg::SparseMatrix< Index, Value, Vector > | inline |
| enable_if_serial typedef | dg::SparseMatrix< Index, Value, Vector > | |
| index_type typedef | dg::SparseMatrix< Index, Value, Vector > | |
| num_cols() const | dg::SparseMatrix< Index, Value, Vector > | inline |
| num_entries() const | dg::SparseMatrix< Index, Value, Vector > | inline |
| num_nnz() const | dg::SparseMatrix< Index, Value, Vector > | inline |
| num_rows() const | dg::SparseMatrix< Index, Value, Vector > | inline |
| num_vals() const | dg::SparseMatrix< Index, Value, Vector > | inline |
| operator!=(const SparseMatrix &rhs) const | dg::SparseMatrix< Index, Value, Vector > | inline |
| operator*(const Value &value, const SparseMatrix &rhs) | dg::SparseMatrix< Index, Value, Vector > | friend |
| operator*(const SparseMatrix &lhs, const Value &value) | dg::SparseMatrix< Index, Value, Vector > | friend |
| operator*(const SparseMatrix &lhs, const SparseMatrix &rhs) | dg::SparseMatrix< Index, Value, Vector > | friend |
| operator*(const SparseMatrix &S, const ContainerType &x) | dg::SparseMatrix< Index, Value, Vector > | friend |
| operator*=(const Value &value) | dg::SparseMatrix< Index, Value, Vector > | inline |
| operator+(const SparseMatrix &lhs, const SparseMatrix &rhs) | dg::SparseMatrix< Index, Value, Vector > | friend |
| operator+=(const SparseMatrix &op) | dg::SparseMatrix< Index, Value, Vector > | inline |
| operator-() const | dg::SparseMatrix< Index, Value, Vector > | inline |
| operator-(const SparseMatrix &lhs, const SparseMatrix &rhs) | dg::SparseMatrix< Index, Value, Vector > | friend |
| operator-=(const SparseMatrix &op) | dg::SparseMatrix< Index, Value, Vector > | inline |
| operator<<(Ostream &os, const SparseMatrix &mat) | dg::SparseMatrix< Index, Value, Vector > | friend |
| operator==(const SparseMatrix &rhs) const | dg::SparseMatrix< Index, Value, Vector > | inline |
| policy typedef | dg::SparseMatrix< Index, Value, Vector > | |
| row_offsets() const | dg::SparseMatrix< Index, Value, Vector > | inline |
| set(size_t num_rows, size_t num_cols, const Vector< Index > &row_offsets, const Vector< Index > column_indices, const Vector< Value > &values, bool sort=false) | dg::SparseMatrix< Index, Value, Vector > | inline |
| setFromCoo(size_t num_rows, size_t num_cols, const Vector< Index > &row_indices, const Vector< Index > &column_indices, const Vector< Value > &values, bool sort=false) | dg::SparseMatrix< Index, Value, Vector > | inline |
| sort_indices() | dg::SparseMatrix< Index, Value, Vector > | inline |
| SparseMatrix | dg::SparseMatrix< Index, Value, Vector > | friend |
| SparseMatrix()=default | dg::SparseMatrix< Index, Value, Vector > | |
| SparseMatrix(size_t num_rows, size_t num_cols, const Vector< Index > &row_offsets, const Vector< Index > &column_indices, const Vector< Value > &values) | dg::SparseMatrix< Index, Value, Vector > | inline |
| SparseMatrix(const SparseMatrix< I, V, Vec > &src) | dg::SparseMatrix< Index, Value, Vector > | inline |
| total_num_cols() const | dg::SparseMatrix< Index, Value, Vector > | inline |
| total_num_rows() const | dg::SparseMatrix< Index, Value, Vector > | inline |
| transpose() const | dg::SparseMatrix< Index, Value, Vector > | inline |
| value_type typedef | dg::SparseMatrix< Index, Value, Vector > | |
| values() const | dg::SparseMatrix< Index, Value, Vector > | inline |
| values() | dg::SparseMatrix< Index, Value, Vector > | inline |