return 0;
}
-int mm_write_mtx_array_size(FILE * f, int M, int N)
-{
- if (fprintf(f, "%d %d\n", M, N) != 2)
- return MM_COULD_NOT_WRITE_FILE;
- else
- return 0;
-}
-
-
-
/*-------------------------------------------------------------------------*/
int mm_write_banner(FILE * f, MM_typecode matcode)
int mm_write_banner(FILE * f, MM_typecode matcode);
int mm_write_mtx_crd_size(FILE * f, int M, int N, int nz);
-int mm_write_mtx_array_size(FILE * f, int M, int N);
-
/********************* MM_typecode query fucntions ***************************/