SpM Handbook 1.2.4
|
#include "common.h"
Go to the source code of this file.
Functions | |
int | d_spmConvertIJV2CSR (spmatrix_t *spm) |
convert a matrix in IJV format to a matrix in CSR format. | |
int | d_spmConvertCSC2CSR (spmatrix_t *spm) |
convert a matrix in CSC format to a matrix in CSR format. | |
SParse Matrix package conversion routines.
Definition in file d_spm_convert_to_csr.c.