1MM2GV(1)                    General Commands Manual                   MM2GV(1)
2
3
4

NAME

6       mm2gv - Matrix Market-DOT converters
7

SYNOPSIS

9       mm2gv [ -u?  ] [ -ooutfile ] [ file ]
10

DESCRIPTION

12       mm2gv  converts  a sparse matrix of the Matrix Market format to a graph
13       in the GV (formerly DOT) format.
14

OPTIONS

16       The following options are supported:
17
18       -u     If specified, the graph is assumed to be undirected. By  default
19              the graph generated is directed.
20
21       -ooutfile
22              Prints output to the file outfile. If not given, mm2gv uses std‐
23              out.
24
25
26       OPERANDS
27              The following operand is supported:
28
29       file    Name of the file in MatrixMarket format.  If no file operand is
30               specified, the standard input will be used.
31

RETURN CODES

33       Return  0  if there were no problems during conversion; and non-zero if
34       any error occurred.
35

LIMITATIONS

37       Currently the matrix entry values are not used.
38

AUTHORS

40       Yifan Hu <yifanhu@research.att.com>
41

ADDITIONAL INFO

43       See http://math.nist.gov/MatrixMarket/ for description  of  the  format
44       and  http://www.cise.ufl.edu/research/sparse/matrices/ for a large col‐
45       lection of sparse matrices in this format.
46
47
48
49                                 31 July 2008                         MM2GV(1)
Impressum