BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Data Fields
oski_matCSC_t Struct Reference

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

#include <format.h>

Data Fields

oski_matCSR_tmat_trans
 Stores $A^T$.

Detailed Description

Compressed sparse column (CSC) format.

An $m\times n$ matrix $A$ is stored in CSC format by equivalently storing the $n\times m$ matrix $A^T$ in CSR format.


Field Documentation


The documentation for this struct was generated from the following file: