Mercurial > hg > camir-ismir2012
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cc4b1211e677 |
---|---|
1 .TH MM2GV 1 "31 July 2008" | |
2 .SH NAME | |
3 mm2gv \- Matrix Market-DOT converters | |
4 .SH SYNOPSIS | |
5 .B mm2gv | |
6 [ | |
7 .B \-u? | |
8 ] | |
9 [ | |
10 .BI -o outfile | |
11 ] | |
12 [ | |
13 .I file | |
14 ] | |
15 .br | |
16 .SH DESCRIPTION | |
17 .B mm2gv | |
18 converts a sparse matrix of the Matrix Market format to a graph in the GV (formerly DOT) format. | |
19 .SH OPTIONS | |
20 The following options are supported: | |
21 .TP | |
22 .B \-u | |
23 If specified, the graph is assumed to be undirected. By default the graph generated is directed. | |
24 .TP | |
25 .BI \-o "outfile" | |
26 Prints output to the file \fIoutfile\fP. If not given, \fBmm2gv\fP | |
27 uses stdout. | |
28 .TP | |
29 .SH OPERANDS | |
30 The following operand is supported: | |
31 .TP 8 | |
32 .I file | |
33 Name of the file in MatrixMarket format. | |
34 If no | |
35 .I file | |
36 operand is specified, | |
37 the standard input will be used. | |
38 .SH RETURN CODES | |
39 Return \fB0\fP | |
40 if there were no problems during conversion; | |
41 and non-zero if any error occurred. | |
42 .SH "LIMITATIONS" | |
43 Currently the matrix entry values are not used. | |
44 .SH AUTHORS | |
45 Yifan Hu <yifanhu@research.att.com> | |
46 .SH ADDITIONAL INFO | |
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. |