diff options
Diffstat (limited to 'SRC/zspcon.f')
-rw-r--r-- | SRC/zspcon.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zspcon.f b/SRC/zspcon.f index 437f0b6b..b065a766 100644 --- a/SRC/zspcon.f +++ b/SRC/zspcon.f @@ -142,7 +142,7 @@ CALL ZLACN2( N, WORK( N+1 ), WORK, AINVNM, KASE, ISAVE ) IF( KASE.NE.0 ) THEN * -* Multiply by inv(L*D*L') or inv(U*D*U'). +* Multiply by inv(L*D*L**T) or inv(U*D*U**T). * CALL ZSPTRS( UPLO, N, 1, AP, IPIV, WORK, N, INFO ) GO TO 30 |