[SciPy-dev] typo in linalg/interface.py
Ondrej Certik
ondrej@certik...
Tue Apr 8 12:52:31 CDT 2008
Hi,
I think this patch should be applied:
$ svn di interface.py
Index: interface.py
===================================================================
--- interface.py (revision 4115)
+++ interface.py (working copy)
@@ -18,7 +18,7 @@
Required Parameters
-------------------
shape : tuple of matrix dimensions (M,N)
- matvec(x) : function that returns A * v
+ matvec(v) : function that returns A * v
Optional Parameters
-------------------
Ondrej
More information about the Scipy-dev
mailing list