Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dmmio.h107 #define MM_HERM_STR "hermitian" macro
H A Dmmio.c133 else if (strcmp(storage_scheme, MM_HERM_STR) == 0) mm_set_hermitian(matcode); in mm_read_banner()
351 else if (mm_is_hermitian(matcode)) types[3] = MM_HERM_STR; in mm_typecode_to_str()