Daniel@0: .TH MM2GV 1 "31 July 2008" Daniel@0: .SH NAME Daniel@0: mm2gv \- Matrix Market-DOT converters Daniel@0: .SH SYNOPSIS Daniel@0: .B mm2gv Daniel@0: [ Daniel@0: .B \-u? Daniel@0: ] Daniel@0: [ Daniel@0: .BI -o outfile Daniel@0: ] Daniel@0: [ Daniel@0: .I file Daniel@0: ] Daniel@0: .br Daniel@0: .SH DESCRIPTION Daniel@0: .B mm2gv Daniel@0: converts a sparse matrix of the Matrix Market format to a graph in the GV (formerly DOT) format. Daniel@0: .SH OPTIONS Daniel@0: The following options are supported: Daniel@0: .TP Daniel@0: .B \-u Daniel@0: If specified, the graph is assumed to be undirected. By default the graph generated is directed. Daniel@0: .TP Daniel@0: .BI \-o "outfile" Daniel@0: Prints output to the file \fIoutfile\fP. If not given, \fBmm2gv\fP Daniel@0: uses stdout. Daniel@0: .TP Daniel@0: .SH OPERANDS Daniel@0: The following operand is supported: Daniel@0: .TP 8 Daniel@0: .I file Daniel@0: Name of the file in MatrixMarket format. Daniel@0: If no Daniel@0: .I file Daniel@0: operand is specified, Daniel@0: the standard input will be used. Daniel@0: .SH RETURN CODES Daniel@0: Return \fB0\fP Daniel@0: if there were no problems during conversion; Daniel@0: and non-zero if any error occurred. Daniel@0: .SH "LIMITATIONS" Daniel@0: Currently the matrix entry values are not used. Daniel@0: .SH AUTHORS Daniel@0: Yifan Hu Daniel@0: .SH ADDITIONAL INFO Daniel@0: See http://math.nist.gov/MatrixMarket/ for description of the format and http://www.cise.ufl.edu/research/sparse/matrices/ for a large collection of sparse matrices in this format.