Searched refs:mm_typecode_to_str (Results 1 – 3 of 3) sorted by relevance
35 fprintf(stderr, "Market Market type: [%s]\n", mm_typecode_to_str(matcode)); in mm_read_unsymmetric_sparse()288 char *str = mm_typecode_to_str(matcode); in mm_write_banner()306 fprintf(f, "%s\n", mm_typecode_to_str(matcode)); in mm_write_mtx_crd()328 char *mm_typecode_to_str(MM_typecode matcode) in mm_typecode_to_str() function
18 char *mm_typecode_to_str(MM_typecode matcode);
19 …t must be a sparse real or integer matrix. Market Market type: [%s]", mm_typecode_to_str(matcode)); in MatCreateFromMTX()