| Cyclops Tensor Framework
    parallel arithmetic on multidimensional arrays | 
#include "../tensor/algstrct.h"

Go to the source code of this file.
| Data Structures | |
| class | CTF_int::COO_Matrix | 
| serialized matrix in coordinate format, meaning three arrays of dimension nnz are stored, one of values, and two of row and column indices  More... | |
| Namespaces | |
| CTF_int | |
| Functions | |
| int64_t | CTF_int::get_coo_size (int64_t nnz, int val_size) |