Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
matrix_market.h File Reference

import Matrix Market More...

#include "mmio.h"
#include <sparse/SparseMatrix.h>
Include dependency graph for matrix_market.h:
This graph shows which files directly or indirectly include this file:

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 32 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_get_type(), mm_is_hermitian, mm_is_matrix, mm_is_skew, mm_is_sparse, mm_is_symmetric, mm_read_banner(), mm_read_mtx_crd_size(), NULL, SparseMatrix_from_coordinate_arrays(), SparseMatrix_set_pattern_symmetric, SparseMatrix_set_symmetric, type, and UNREACHABLE.

Referenced by main().

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