summaryrefslogtreecommitdiff
path: root/SRC/dpbcon.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dpbcon.f')
-rw-r--r--SRC/dpbcon.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dpbcon.f b/SRC/dpbcon.f
index e474b6a9..297cc2af 100644
--- a/SRC/dpbcon.f
+++ b/SRC/dpbcon.f
@@ -139,7 +139,7 @@
IF( KASE.NE.0 ) THEN
IF( UPPER ) THEN
*
-* Multiply by inv(U').
+* Multiply by inv(U**T).
*
CALL DLATBS( 'Upper', 'Transpose', 'Non-unit', NORMIN, N,
$ KD, AB, LDAB, WORK, SCALEL, WORK( 2*N+1 ),
@@ -160,7 +160,7 @@
$ INFO )
NORMIN = 'Y'
*
-* Multiply by inv(L').
+* Multiply by inv(L**T).
*
CALL DLATBS( 'Lower', 'Transpose', 'Non-unit', NORMIN, N,
$ KD, AB, LDAB, WORK, SCALEU, WORK( 2*N+1 ),