Discontinuous Galerkin Library
#include "dg/algorithm.h"
Loading...
Searching...
No Matches
dg::SparseMatrix< Index, Value, Vector > Member List

This is the complete list of members for dg::SparseMatrix< Index, Value, Vector >, including all inherited members.

column_indices() constdg::SparseMatrix< Index, Value, Vector >inline
enable_if_serial typedefdg::SparseMatrix< Index, Value, Vector >
index_type typedefdg::SparseMatrix< Index, Value, Vector >
num_cols() constdg::SparseMatrix< Index, Value, Vector >inline
num_entries() constdg::SparseMatrix< Index, Value, Vector >inline
num_nnz() constdg::SparseMatrix< Index, Value, Vector >inline
num_rows() constdg::SparseMatrix< Index, Value, Vector >inline
num_vals() constdg::SparseMatrix< Index, Value, Vector >inline
operator!=(const SparseMatrix &rhs) constdg::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-() constdg::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) constdg::SparseMatrix< Index, Value, Vector >inline
policy typedefdg::SparseMatrix< Index, Value, Vector >
row_offsets() constdg::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 classdg::SparseMatrix< Index, Value, Vector >friend
SparseMatrix()=defaultdg::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() constdg::SparseMatrix< Index, Value, Vector >inline
total_num_rows() constdg::SparseMatrix< Index, Value, Vector >inline
transpose() constdg::SparseMatrix< Index, Value, Vector >inline
value_type typedefdg::SparseMatrix< Index, Value, Vector >
values() constdg::SparseMatrix< Index, Value, Vector >inline
values()dg::SparseMatrix< Index, Value, Vector >inline