ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
ezp::sparse_csr_mat< DT, IT > Member List

This is the complete list of members for ezp::sparse_csr_mat< DT, IT >, including all inherited members.

col_idx (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >
col_storage (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >
condense(const bool one_based, const bool full) (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >inline
data (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >
data_storage (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >
is_valid() (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >inline
n (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >
nnz (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >
operator=(const sparse_csr_mat &)=delete (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >
operator=(sparse_csr_mat &&)=default (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >
row_ptr (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >
row_storage (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >
sparse_csr_mat()=default (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >
sparse_csr_mat(const sparse_csr_mat &other) (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >inline
sparse_csr_mat(sparse_csr_mat &&)=delete (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >
sparse_csr_mat(const IT n, const IT nnz, IT *const row_ptr, IT *const col_idx, DT *const data) (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >inline
sparse_csr_mat(const sparse_coo_mat< DT2, IT2 > &coo, const bool one_based=false, const bool full=false) (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >inlineexplicit
~sparse_csr_mat()=default (defined in ezp::sparse_csr_mat< DT, IT >)ezp::sparse_csr_mat< DT, IT >