Lines Matching full:int
20 int mm_read_banner(FILE *f, MM_typecode *matcode);
21 int mm_read_mtx_crd_size(FILE *f, int *M, int *N, int *nz);
22 int mm_read_mtx_array_size(FILE *f, int *M, int *N);
24 int mm_write_banner(FILE *f, MM_typecode matcode);
25 int mm_write_mtx_crd_size(FILE *f, int M, int N, int nz);
26 int mm_write_mtx_array_size(FILE *f, int M, int N);
47 int mm_is_valid(MM_typecode matcode); /* too complex for a macro */
113 int mm_write_mtx_crd(char fname[], int M, int N, int nz, int I_[], int J_[], double val[], MM_typec…
114 int mm_read_mtx_crd_data(FILE *f, int M, int N, int nz, int I_[], int J_[], double val[], MM_typeco…
115 int mm_read_mtx_crd_entry(FILE *f, int *I_, int *J_, double *real, double *img, MM_typecode matcode…
116 int mm_read_unsymmetric_sparse(const char *fname, int *M_, int *N_, int *nz_, double **val_, int **…