]> granicus.if.org Git - graphviz/commit
mm2gv: strip all formats except CSR from 'SparseMatrix_import_matrix_market'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 8 Apr 2022 15:26:09 +0000 (08:26 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 11 Apr 2022 02:54:35 +0000 (19:54 -0700)
commit411208071884523ecfcf007336a825bed6a3fba7
tree59fcdf1c589696eeffc6fef521197870c144b6a2
parent3e970dd0457bd9a927de9e474072fa9d054d2c09
mm2gv: strip all formats except CSR from 'SparseMatrix_import_matrix_market'

Only `FORMAT_CSR` was being used when calling into this code.
cmd/tools/matrix_market.c
cmd/tools/matrix_market.h
cmd/tools/mm2gv.c