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/zgtsv.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SRC/zgtsv.f') diff --git a/SRC/zgtsv.f b/SRC/zgtsv.f index 92cf4153..291ea43c 100644 --- a/SRC/zgtsv.f +++ b/SRC/zgtsv.f @@ -22,7 +22,7 @@ * where A is an N-by-N tridiagonal matrix, by Gaussian elimination with * partial pivoting. * -* Note that the equation A'*X = B may be solved by interchanging the +* Note that the equation A**H *X = B may be solved by interchanging the * order of the arguments DU and DL. * * Arguments -- cgit v1.2.3