Searched refs:mm_read_mtx_crd_size (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | mmio.c | 41 if (mm_read_mtx_crd_size(f, &M, &N, &nz) != 0) { in mm_read_unsymmetric_sparse() 146 int mm_read_mtx_crd_size(FILE *f, int *M, int *N, int *nz) in mm_read_mtx_crd_size() function 261 if ((ret_code = mm_read_mtx_crd_size(f, M, N, nz)) != 0) return ret_code; in mm_read_mtx_crd()
|
| H A D | mmio.h | 21 int mm_read_mtx_crd_size(FILE *f, int *M, int *N, int *nz);
|
| H A D | ex72.c | 61 PetscCallExternal(mm_read_mtx_crd_size, file, &M, &N, &nz); in main()
|
| H A D | mmloader.c | 25 …PetscCheck(mm_read_mtx_crd_size(file, &M, &N, &nz) == 0, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Si… in MatCreateFromMTX()
|