summaryrefslogtreecommitdiff
path: root/SRC/zpbcon.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zpbcon.f')
-rw-r--r--SRC/zpbcon.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/zpbcon.f b/SRC/zpbcon.f
index b283fbfe..880d08f4 100644
--- a/SRC/zpbcon.f
+++ b/SRC/zpbcon.f
@@ -147,7 +147,7 @@
IF( KASE.NE.0 ) THEN
IF( UPPER ) THEN
*
-* Multiply by inv(U').
+* Multiply by inv(U**H).
*
CALL ZLATBS( 'Upper', 'Conjugate transpose', 'Non-unit',
$ NORMIN, N, KD, AB, LDAB, WORK, SCALEL, RWORK,
@@ -166,7 +166,7 @@
$ KD, AB, LDAB, WORK, SCALEL, RWORK, INFO )
NORMIN = 'Y'
*
-* Multiply by inv(L').
+* Multiply by inv(L**H).
*
CALL ZLATBS( 'Lower', 'Conjugate transpose', 'Non-unit',
$ NORMIN, N, KD, AB, LDAB, WORK, SCALEU, RWORK,