Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dmmio.h57 #define mm_set_complex(typecode) ((*typecode)[2] = 'C') macro
H A Dmmio.c124 else if (strcmp(data_type, MM_COMPLEX_STR) == 0) mm_set_complex(matcode); in mm_read_banner()