From f2953573ede24d7f8c01fdb18de48f65f00a9943 Mon Sep 17 00:00:00 2001 From: julie Date: Sat, 2 Apr 2011 11:08:56 +0000 Subject: First pass to homgenize notation for transpose (**T) and conjugate transpose (**H) Corresponds to bug0024 --- SRC/sgeevx.f | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SRC/sgeevx.f') diff --git a/SRC/sgeevx.f b/SRC/sgeevx.f index b3124a79..483930fe 100644 --- a/SRC/sgeevx.f +++ b/SRC/sgeevx.f @@ -35,8 +35,8 @@ * A * v(j) = lambda(j) * v(j) * where lambda(j) is its eigenvalue. * The left eigenvector u(j) of A satisfies -* u(j)**H * A = lambda(j) * u(j)**H -* where u(j)**H denotes the conjugate transpose of u(j). +* u(j)**T * A = lambda(j) * u(j)**T +* where u(j)**T denotes the transpose of u(j). * * The computed eigenvectors are normalized to have Euclidean norm * equal to 1 and largest component real. -- cgit v1.2.3