Home
last modified time | relevance | path

Searched refs:mm_is_valid (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/tests/
H A Dmmio.h47 int mm_is_valid(MM_typecode matcode); /* too complex for a macro */
H A Dmmio.c77 int mm_is_valid(MM_typecode matcode) in mm_is_valid() function
259 …if (!(mm_is_valid(*matcode) && mm_is_sparse(*matcode) && mm_is_matrix(*matcode))) return MM_UNSUPP… in mm_read_mtx_crd()