BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Data Structures

Compressed sparse column data structure. More...

#include <oski/CSR/format.h>

Go to the source code of this file.

Data Structures

struct  oski_matCSC_t
 Compressed sparse column (CSC) format. More...

Defines

#define INC_OSKI_CSC_FORMAT_H
 oski/CSC/format.h included.
Name mangling.
#define oski_matCSC_t   MANGLE_(oski_matCSC_t)
 CSC matrix representation.

Detailed Description

Compressed sparse column data structure.

For an overview, see Compressed Sparse Column (CSC) Format.