Searched refs:MM_typecode (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/tests/ ! |
| H A D | mmio.h | 16 typedef char MM_typecode[4]; typedef 18 char *mm_typecode_to_str(MM_typecode matcode); 20 int mm_read_banner(FILE *f, MM_typecode *matcode); 24 int mm_write_banner(FILE *f, MM_typecode matcode); 47 int mm_is_valid(MM_typecode matcode); /* too complex for a macro */ 113 …mtx_crd(char fname[], int M, int N, int nz, int I_[], int J_[], double val[], MM_typecode matcode); 114 …mtx_crd_data(FILE *f, int M, int N, int nz, int I_[], int J_[], double val[], MM_typecode matcode); 115 int mm_read_mtx_crd_entry(FILE *f, int *I_, int *J_, double *real, double *img, MM_typecode matcode…
|
| H A D | mmio.c | 19 MM_typecode matcode; in mm_read_unsymmetric_sparse() 77 int mm_is_valid(MM_typecode matcode) in mm_is_valid() 86 int mm_read_banner(FILE *f, MM_typecode *matcode) in mm_read_banner() 205 …_mtx_crd_data(FILE *f, int M, int N, int nz, int ia[], int ja[], double val[], MM_typecode matcode) in mm_read_mtx_crd_data() 225 int mm_read_mtx_crd_entry(FILE *f, int *ia, int *ja, double *real, double *imag, MM_typecode matcod… in mm_read_mtx_crd_entry() 249 …x_crd(char *fname, int *M, int *N, int *nz, int **ia, int **ja, double **val, MM_typecode *matcode) in mm_read_mtx_crd() 286 int mm_write_banner(FILE *f, MM_typecode matcode) in mm_write_banner() 296 …_mtx_crd(char fname[], int M, int N, int nz, int ia[], int ja[], double val[], MM_typecode matcode) in mm_write_mtx_crd() 328 char *mm_typecode_to_str(MM_typecode matcode) in mm_typecode_to_str()
|
| H A D | ex72.c | 27 MM_typecode matcode; in main()
|
| H A D | mmloader.c | 5 MM_typecode matcode; in MatCreateFromMTX()
|