This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Queries the contents of the Matrix Market file ‘filename’ to extract size and storage information.
Parameters : | source : file
|
---|---|
Returns : | rows,cols : int
entries : int
format : {‘coordinate’, ‘array’} field : {‘real’, ‘complex’, ‘pattern’, ‘integer’} symm : {‘general’, ‘symmetric’, ‘skew-symmetric’, ‘hermitian’} |