Utility functions
Up one levelUseful Python scripts that are not included in the distribution
- Generating random sparse matrices
- A Python function for random generation of sparse matrices with a specified density
- Reading and writing Matlab mat-files
- This file contains Python functions for reading mat-files created in Matlab (or in Octave using 'save -mat') and for writing mat-files that can be read in Matlab (or Octave using 'load -mat').