|
|
| sparse_csr_mat (const sparse_csr_mat &other) |
| |
|
| sparse_csr_mat (sparse_csr_mat &&)=delete |
| |
|
sparse_csr_mat & | operator= (const sparse_csr_mat &)=delete |
| |
|
sparse_csr_mat & | operator= (sparse_csr_mat &&)=default |
| |
|
| sparse_csr_mat (const IT n, const IT nnz, IT *const row_ptr, IT *const col_idx, DT *const data) |
| |
|
template<data_t DT2, index_t IT2> |
| | sparse_csr_mat (const sparse_coo_mat< DT2, IT2 > &coo, const bool one_based=false, const bool full=false) |
| |
|
auto | condense (const bool one_based, const bool full) |
| |
|
auto | is_valid () |
| |
|
|
IT | n |
| |
|
IT | nnz |
| |
|
IT * | row_ptr |
| |
|
IT * | col_idx |
| |
|
DT * | data |
| |
|
std::vector< IT > | row_storage |
| |
|
std::vector< IT > | col_storage |
| |
|
std::vector< DT > | data_storage |
| |
The documentation for this struct was generated from the following file: