Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dmmio.c208 if (mm_is_complex(matcode)) { in mm_read_mtx_crd_data()
227 if (mm_is_complex(matcode)) { in mm_read_mtx_crd_entry()
267 if (mm_is_complex(*matcode)) { in mm_read_mtx_crd()
316 else if (mm_is_complex(matcode)) in mm_write_mtx_crd()
343 else if (mm_is_complex(matcode)) types[2] = MM_COMPLEX_STR; in mm_typecode_to_str()
H A Dmmio.h37 #define mm_is_complex(typecode) ((typecode)[2] == 'C') macro