[SciPy-dev] Docstring of eigh

Johannes Loehnert a.u.r.e.l.i.a.n at gmx.net
Fri Jun 9 06:07:23 EDT 2006


Hi,

in the docstring of eigh (Lib/linalg/decomp.py, around line 180):
"""
    [...]
    Outputs:

      w,v     -- w: eigenvalues, v: eigenvectors [for eigvals_only == False]
      w       -- eigenvalues [for eigvals_only == True (default)].
    [...]
"""

but the default is eigvals_only == False.

cu, Johannes




More information about the SciPy-Dev mailing list