Skip to content

Get information about matrices in MatrixMarket format

Notifications You must be signed in to change notification settings

GuilloteauQ/mtx-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mtx-stats

Get information about MatrixMarket files.

Informations:

  • Dimesions of the matrix

  • Number of non-zero elements

  • Average Row Length

  • Coefficient of Variation of the Row Length

Usage

mtx-stats file1.mtx ... fileN.mtx

mtx-stats uses OpenMP to parallelize file processing.

You can set the environment variable OMP_NUM_THREADS to control the number of threads to use:

OMP_NUM_THREADS=8 mtx-stats file1.mtx ... fileN.mtx

Install

With Nix:

nix shell github:GuilloteauQ/mtx-stats 

or

nix run github:GuilloteauQ/mtx-stats  -- file1.mtx ... fileN.mtx

About

Get information about matrices in MatrixMarket format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published