LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mm2gv

converts Matrix Market format to Graphviz

TLDR

Convert matrix market to graph
$ mm2gv [matrix.mtx] -o [graph.gv]
copy
Output DOT format
$ mm2gv -T dot [matrix.mtx]
copy
Undirected graph
$ mm2gv -u [matrix.mtx]
copy

SYNOPSIS

mm2gv [options] file

DESCRIPTION

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.

PARAMETERS

FILE

Matrix Market file.
-o FILE
Output file.
-T FORMAT
Output format.
-u
Undirected graph.
--help
Display help information.

INSTALL

sudo apt install graphviz
copy
sudo dnf install graphviz
copy
sudo pacman -S graphviz
copy
sudo apk add graphviz
copy
sudo zypper install graphviz
copy
brew install graphviz
copy
nix profile install nixpkgs#graphviz
copy

CAVEATS

Part of Graphviz. Matrix Market format only. For sparse matrices.

HISTORY

mm2gv is part of Graphviz for converting Matrix Market sparse matrices to graph format.

SEE ALSO

dot(1), gvpr(1), neato(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid