Page 1 of 1

error in pzheev documentation

PostPosted: Tue Feb 22, 2011 6:13 pm
by dstrubbe
At http://www.netlib.org/scalapack/complex16/pzheev.f it says

* PZHEEV computes selected eigenvalues and, optionally, eigenvectors
* of a real symmetric matrix A by calling the recommended sequence
* of ScaLAPACK routines.

But the type of the matrix is

COMPLEX*16 A( * )

Based on the naming scheme I think A is supposed to be complex Hermitian instead of real symmetric.

Re: error in pzheev documentation

PostPosted: Thu Feb 24, 2011 11:54 am
by admin
Thank you for reporting the issue.
This has been corrected and it will be released in the next ScaLAPACK release.
Julie