Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dmmio.h103 #define MM_REAL_STR "real" macro
H A Dmmio.c123 if (strcmp(data_type, MM_REAL_STR) == 0) mm_set_real(matcode); in mm_read_banner()
342 if (mm_is_real(matcode)) types[2] = MM_REAL_STR; in mm_typecode_to_str()