Home
last modified time | relevance | path

Searched refs:mm_typecode_to_str (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/tests/
H A Dmmio.c35 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
H A Dmmio.h18 char *mm_typecode_to_str(MM_typecode matcode);
H A Dmmloader.c19 …t must be a sparse real or integer matrix. Market Market type: [%s]", mm_typecode_to_str(matcode)); in MatCreateFromMTX()