SpM Handbook 1.2.4
|
#include "common.h"
Go to the source code of this file.
Functions | |
int | s_spmConvertIJV2CSC (spmatrix_t *spm) |
convert a matrix in IJV format to a matrix in CSC format. | |
static int | s_spmConvertCSR2CSC_sym (spmatrix_t *spm) |
convert a symmetric matrix in CSR format to a matrix in CSC format. | |
static int | s_spmConvertCSR2CSC_gen (spmatrix_t *spm) |
convert a general matrix in CSR format to a matrix in CSC format. | |
int | s_spmConvertCSR2CSC (spmatrix_t *spm) |
convert a matrix in CSR format to a matrix in CSC format. | |
SParse Matrix package conversion routines.
Definition in file s_spm_convert_to_csc.c.