Compressed Sparse Column (CSC) Format
[Matrix Types]


Detailed Description

The CSC implementation reuses most of the CSR (Compressed Sparse Row (CSR) Format) infrastructure, since the arrays representing a matrix $A$ in CSC format are the same as the arrays that would be used to store $A^T$ in CSR format.

Therefore, the oski_matCSC_t data structure for storing CSC matrices is simply a wrapper around oski_matCSR_t.


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.


Generated on Wed Sep 19 16:41:23 2007 for BeBOP Optimized Sparse Kernel Interface Library by  doxygen 1.4.6