BeBOP Optimized Sparse Kernel Interface Library
1.0.1h
|
The CSC implementation reuses most of the CSR (Compressed Sparse Row (CSR) Format) infrastructure, since the arrays representing a matrix in CSC format are the same as the arrays that would be used to store
in CSR format.
More...
Files | |
file | CSC/format.h |
Compressed sparse column data structure. | |
file | CSC/module.h |
Compressed sparse column implementation. | |
file | src/CSC/getset.c |
CSC get/set value routines. | |
file | src/CSC/matmult.c |
CSC SpMV implementation. | |
file | CSC/module.c |
Compressed sparse column (CSC) implementation. | |
file | src/CSC/trisolve.c |
CSC sparse triangular solve implementation. | |
#define | INC_OSKI_CSC_FORMAT_H |
oski/CSC/format.h included. |
The CSC implementation reuses most of the CSR (Compressed Sparse Row (CSR) Format) infrastructure, since the arrays representing a matrix in CSC format are the same as the arrays that would be used to store
in CSR format.
Therefore, the oski_matCSC_t data structure for storing CSC matrices is simply a wrapper around oski_matCSR_t.
#define INC_OSKI_CSC_FORMAT_H |
oski/CSC/format.h included.