Graphviz 13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
matrix_market.c File Reference
#include <sparse/SparseMatrix.h>
#include "mmio.h"
#include "matrix_market.h"
#include <stdbool.h>
#include <util/alloc.h>
Include dependency graph for matrix_market.c:

Go to the source code of this file.

Functions

SparseMatrix SparseMatrix_import_matrix_market (FILE *f)
 

Function Documentation

◆ SparseMatrix_import_matrix_market()

SparseMatrix SparseMatrix_import_matrix_market ( FILE *  f)

Definition at line 17 of file matrix_market.c.

References A, free(), gv_calloc(), gv_recalloc(), I, MATRIX_TYPE_COMPLEX, MATRIX_TYPE_INTEGER, MATRIX_TYPE_PATTERN, MATRIX_TYPE_REAL, mm_read_banner(), mm_read_mtx_crd_size(), MS_HERMITIAN, MS_SKEW, MS_SYMMETRIC, NULL, MM_typecode::shape, SparseMatrix_from_coordinate_arrays(), MM_typecode::type, and type.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function: