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/spbsv.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SRC/spbsv.f') diff --git a/SRC/spbsv.f b/SRC/spbsv.f index a2abc6fb..b32d58a3 100644 --- a/SRC/spbsv.f +++ b/SRC/spbsv.f @@ -135,7 +135,7 @@ RETURN END IF * -* Compute the Cholesky factorization A = U'*U or A = L*L'. +* Compute the Cholesky factorization A = U**T*U or A = L*L**T. * CALL SPBTRF( UPLO, N, KD, AB, LDAB, INFO ) IF( INFO.EQ.0 ) THEN -- cgit v1.2.3