Searched refs:mm_is_symmetric (Results 1 – 4 of 4) sorted by relevance
42 #define mm_is_symmetric(typecode) ((typecode)[3] == 'S') macro
58 if (mm_is_symmetric(matcode)) symmetric = PETSC_TRUE; in main()
21 if (mm_is_symmetric(matcode)) symmetric = PETSC_TRUE; in MatCreateFromMTX()
350 else if (mm_is_symmetric(matcode)) types[3] = MM_SYMM_STR; in mm_typecode_to_str()