[Numpy-tickets] [NumPy] #434: Incomplete docstring linalg.eigh
NumPy
numpy-tickets at scipy.net
Wed Jan 24 04:46:09 CST 2007
#434: Incomplete docstring linalg.eigh
--------------------------+-------------------------------------------------
Reporter: nils | Owner: somebody
Type: enhancement | Status: new
Priority: low | Milestone:
Component: numpy.linalg | Version:
Severity: trivial | Keywords:
--------------------------+-------------------------------------------------
{{{
Help on function eigh in module numpy.linalg.linalg:
eigh(a, UPLO='L')
Compute eigenvalues for a Hermitian-symmetric matrix.
}}}
The eigenvectors are missing.
There is no docstring for eigvalsh.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/434>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list