Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dmmio.h101 #define MM_SPARSE_STR "coordinate" macro
H A Dmmio.c117 if (strcmp(crd, MM_SPARSE_STR) == 0) mm_set_sparse(matcode); in mm_read_banner()
337 if (mm_is_sparse(matcode)) types[1] = MM_SPARSE_STR; in mm_typecode_to_str()