Home
last modified time | relevance | path

Searched refs:mm_read_mtx_crd_size (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/tests/
H A Dmmio.c41 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 Dmmio.h21 int mm_read_mtx_crd_size(FILE *f, int *M, int *N, int *nz);
H A Dex72.c61 PetscCallExternal(mm_read_mtx_crd_size, file, &M, &N, &nz); in main()
H A Dmmloader.c25 …PetscCheck(mm_read_mtx_crd_size(file, &M, &N, &nz) == 0, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Si… in MatCreateFromMTX()