Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
csr.h File Reference
#include "../tensor/algstrct.h"
#include "coo.h"
Include dependency graph for csr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  CTF_int::CSR_Matrix
 abstraction for a serialized sparse matrix stored in column-sparse-row (CSR) layout More...
 

Namespaces

 CTF_int
 

Functions

int64_t CTF_int::get_csr_size (int64_t nnz, int nrow, int val_size)
 computes the size of a serialized CSR matrix More...