Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dmmio.h102 #define MM_COMPLEX_STR "complex" macro
H A Dmmio.c124 else if (strcmp(data_type, MM_COMPLEX_STR) == 0) mm_set_complex(matcode); in mm_read_banner()
343 else if (mm_is_complex(matcode)) types[2] = MM_COMPLEX_STR; in mm_typecode_to_str()