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