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/zlaqsb.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SRC/zlaqsb.f') diff --git a/SRC/zlaqsb.f b/SRC/zlaqsb.f index 666109b7..5ec4adb4 100644 --- a/SRC/zlaqsb.f +++ b/SRC/zlaqsb.f @@ -46,7 +46,7 @@ * if UPLO = 'L', AB(1+i-j,j) = A(i,j) for j<=i<=min(n,j+kd). * * On exit, if INFO = 0, the triangular factor U or L from the -* Cholesky factorization A = U'*U or A = L*L' of the band +* Cholesky factorization A = U**T *U or A = L*L**T of the band * matrix A, in the same storage format as A. * * LDAB (input) INTEGER -- cgit v1.2.3