Skip to content

Commit

Permalink
Fixed help on scipy.io.mmio.
Browse files Browse the repository at this point in the history
  • Loading branch information
pearu committed Oct 5, 2004
1 parent 950e8c2 commit 2a0f3a4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Lib/io/mmio.py
@@ -1,13 +1,14 @@
"""
Matrix Market I/O in Python.
Author:
Pearu Peterson <pearu@cens.ioc.ee>
References:
http://math.nist.gov/MatrixMarket/reports/MMformat.ps
"""


#
# Author: Pearu Peterson <pearu@cens.ioc.ee>
# 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
Expand Down

0 comments on commit 2a0f3a4

Please sign in to comment.