diff options
Diffstat (limited to 'SRC/strevc.f')
-rw-r--r-- | SRC/strevc.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/strevc.f b/SRC/strevc.f index 7abc2910..ead42628 100644 --- a/SRC/strevc.f +++ b/SRC/strevc.f @@ -45,9 +45,9 @@ *> The right eigenvector x and the left eigenvector y of T corresponding *> to an eigenvalue w are defined by: *> -*> T*x = w*x, (y**T)*T = w*(y**T) +*> T*x = w*x, (y**H)*T = w*(y**H) *> -*> where y**T denotes the transpose of y. +*> where y**H denotes the conjugate transpose of y. *> The eigenvalues are not input to this routine, but are read directly *> from the diagonal blocks of T. *> |