Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dmmio.h105 #define MM_GENERAL_STR "general" macro
H A Dmmio.c131 if (strcmp(storage_scheme, MM_GENERAL_STR) == 0) mm_set_general(matcode); in mm_read_banner()
349 if (mm_is_general(matcode)) types[3] = MM_GENERAL_STR; in mm_typecode_to_str()