diff --git a/Lib/io/mmio.py b/Lib/io/mmio.py index 3924491c0030..0d841b230700 100644 --- a/Lib/io/mmio.py +++ b/Lib/io/mmio.py @@ -1,13 +1,14 @@ """ Matrix Market I/O in Python. - -Author: - Pearu Peterson -References: - http://math.nist.gov/MatrixMarket/reports/MMformat.ps """ - - +# +# Author: Pearu Peterson +# Created: October, 2004 +# +# References: +# http://math.nist.gov/MatrixMarket/ +# +# TODO: support for sparse matrices, need spmatrix.tocoo(). from types import ListType, TupleType from scipy_base import asarray, ArrayType, real,imag,conj,zeros