Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
matrix_io.h
Go to the documentation of this file.
1 void read_mm_matrix (char *fn, int *m, int *n, int *nz,
2  int **i_idx, int **j_idx, double **a);
3 void read_hb_matrix (char *fn, int *m, int *n, int *nz,
4  int **row_start, int **col_idx, double **a);
5 void write_csr (char *fn, int m, int n, int nz,
6  int *row_start, int *col_idx, double *a);
void read_hb_matrix(char *fn, int *m, int *n, int *nz, int **row_start, int **col_idx, double **a)
Definition: matrix_io.c:650
void write_csr(char *fn, int m, int n, int nz, int *row_start, int *col_idx, double *a)
Definition: matrix_io.c:520
void read_mm_matrix(char *fn, int *m, int *n, int *nz, int **i_idx, int **j_idx, double **a)
Definition: matrix_io.c:553
#define m(a, b, c)