Searched refs:mm_read_banner (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | mmio.c | 27 if (mm_read_banner(f, &matcode) != 0) { in mm_read_unsymmetric_sparse() 86 int mm_read_banner(FILE *f, MM_typecode *matcode) in mm_read_banner() function 257 if ((ret_code = mm_read_banner(f, matcode)) != 0) return ret_code; in mm_read_mtx_crd()
|
| H A D | mmio.h | 20 int mm_read_banner(FILE *f, MM_typecode *matcode);
|
| H A D | ex72.c | 57 PetscCallExternal(mm_read_banner, file, &matcode); in main()
|
| H A D | mmloader.c | 16 …PetscCheck(mm_read_banner(file, &matcode) == 0, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Could not p… in MatCreateFromMTX()
|