Searched refs:mm_is_general (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/tests/ | ||
| H A D | mmio.h | 43 #define mm_is_general(typecode) ((typecode)[3] == 'G') macro |
| H A D | mmio.c | 349 if (mm_is_general(matcode)) types[3] = MM_GENERAL_STR; in mm_typecode_to_str() |