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/cpotrf.f | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SRC/cpotrf.f') diff --git a/SRC/cpotrf.f b/SRC/cpotrf.f index 34f45412..174e582c 100644 --- a/SRC/cpotrf.f +++ b/SRC/cpotrf.f @@ -117,7 +117,7 @@ * IF( UPPER ) THEN * -* Compute the Cholesky factorization A = U'*U. +* Compute the Cholesky factorization A = U**H *U. * DO 10 J = 1, N, NB * @@ -146,7 +146,7 @@ * ELSE * -* Compute the Cholesky factorization A = L*L'. +* Compute the Cholesky factorization A = L*L**H. * DO 20 J = 1, N, NB * -- cgit v1.2.3