Mercurial > hg > camir-ismir2012
annotate toolboxes/graph_visualisation/share/man/man1/mm2gv.1 @ 0:cc4b1211e677 tip
initial commit to HG from
Changeset:
646 (e263d8a21543) added further path and more save "camirversion.m"
author | Daniel Wolff |
---|---|
date | Fri, 19 Aug 2016 13:07:06 +0200 |
parents | |
children |
rev | line source |
---|---|
Daniel@0 | 1 .TH MM2GV 1 "31 July 2008" |
Daniel@0 | 2 .SH NAME |
Daniel@0 | 3 mm2gv \- Matrix Market-DOT converters |
Daniel@0 | 4 .SH SYNOPSIS |
Daniel@0 | 5 .B mm2gv |
Daniel@0 | 6 [ |
Daniel@0 | 7 .B \-u? |
Daniel@0 | 8 ] |
Daniel@0 | 9 [ |
Daniel@0 | 10 .BI -o outfile |
Daniel@0 | 11 ] |
Daniel@0 | 12 [ |
Daniel@0 | 13 .I file |
Daniel@0 | 14 ] |
Daniel@0 | 15 .br |
Daniel@0 | 16 .SH DESCRIPTION |
Daniel@0 | 17 .B mm2gv |
Daniel@0 | 18 converts a sparse matrix of the Matrix Market format to a graph in the GV (formerly DOT) format. |
Daniel@0 | 19 .SH OPTIONS |
Daniel@0 | 20 The following options are supported: |
Daniel@0 | 21 .TP |
Daniel@0 | 22 .B \-u |
Daniel@0 | 23 If specified, the graph is assumed to be undirected. By default the graph generated is directed. |
Daniel@0 | 24 .TP |
Daniel@0 | 25 .BI \-o "outfile" |
Daniel@0 | 26 Prints output to the file \fIoutfile\fP. If not given, \fBmm2gv\fP |
Daniel@0 | 27 uses stdout. |
Daniel@0 | 28 .TP |
Daniel@0 | 29 .SH OPERANDS |
Daniel@0 | 30 The following operand is supported: |
Daniel@0 | 31 .TP 8 |
Daniel@0 | 32 .I file |
Daniel@0 | 33 Name of the file in MatrixMarket format. |
Daniel@0 | 34 If no |
Daniel@0 | 35 .I file |
Daniel@0 | 36 operand is specified, |
Daniel@0 | 37 the standard input will be used. |
Daniel@0 | 38 .SH RETURN CODES |
Daniel@0 | 39 Return \fB0\fP |
Daniel@0 | 40 if there were no problems during conversion; |
Daniel@0 | 41 and non-zero if any error occurred. |
Daniel@0 | 42 .SH "LIMITATIONS" |
Daniel@0 | 43 Currently the matrix entry values are not used. |
Daniel@0 | 44 .SH AUTHORS |
Daniel@0 | 45 Yifan Hu <yifanhu@research.att.com> |
Daniel@0 | 46 .SH ADDITIONAL INFO |
Daniel@0 | 47 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. |