Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dmmio.h106 #define MM_SYMM_STR "symmetric" macro
H A Dmmio.c132 else if (strcmp(storage_scheme, MM_SYMM_STR) == 0) mm_set_symmetric(matcode); in mm_read_banner()
350 else if (mm_is_symmetric(matcode)) types[3] = MM_SYMM_STR; in mm_typecode_to_str()