Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dmmio.h65 #define mm_set_hermitian(typecode) ((*typecode)[3] = 'H') macro
H A Dmmio.c133 else if (strcmp(storage_scheme, MM_HERM_STR) == 0) mm_set_hermitian(matcode); in mm_read_banner()