Searched defs:matcode (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | mmio.c | 19 MM_typecode matcode; in mm_read_unsymmetric_sparse() local 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 …t mm_read_mtx_crd_entry(FILE *f, int *ia, int *ja, double *real, double *imag, MM_typecode matcode) 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 | mmloader.c | 5 MM_typecode matcode; in MatCreateFromMTX() local
|
| H A D | ex72.c | 27 MM_typecode matcode; in main() local
|