diff options
Diffstat (limited to 'SRC/zppcon.f')
-rw-r--r-- | SRC/zppcon.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/zppcon.f b/SRC/zppcon.f index 37136c2c..ab18a79a 100644 --- a/SRC/zppcon.f +++ b/SRC/zppcon.f @@ -135,7 +135,7 @@ IF( KASE.NE.0 ) THEN IF( UPPER ) THEN * -* Multiply by inv(U'). +* Multiply by inv(U**H). * CALL ZLATPS( 'Upper', 'Conjugate transpose', 'Non-unit', $ NORMIN, N, AP, WORK, SCALEL, RWORK, INFO ) @@ -153,7 +153,7 @@ $ AP, WORK, SCALEL, RWORK, INFO ) NORMIN = 'Y' * -* Multiply by inv(L'). +* Multiply by inv(L**H). * CALL ZLATPS( 'Lower', 'Conjugate transpose', 'Non-unit', $ NORMIN, N, AP, WORK, SCALEU, RWORK, INFO ) |