← 返回命令列表

Linux command

mm2gv 命令

趣味

复制后可按需替换文件名、目录或参数。

常用示例

Convert matrix market to graph

mm2gv [matrix.mtx] -o [graph.gv]

Output DOT format

mm2gv -T dot [matrix.mtx]

Undirected graph

mm2gv -u [matrix.mtx]

说明

mm2gv converts Matrix Market format to Graphviz. Matrix Market is a sparse matrix format. The tool is part of Graphviz. It enables visualization of sparse matrices as graphs.

参数

-o _FILE_
Output file.
-T _FORMAT_
Output format.
-u
Undirected graph.
--help
Display help information.

FAQ

What is the mm2gv command used for?

mm2gv converts Matrix Market format to Graphviz. Matrix Market is a sparse matrix format. The tool is part of Graphviz. It enables visualization of sparse matrices as graphs.

How do I run a basic mm2gv example?

Run `mm2gv [matrix.mtx] -o [graph.gv]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -o _FILE_ do in mm2gv?

Output file.