diff options
Diffstat (limited to 'SRC/sptsv.f')
-rw-r--r-- | SRC/sptsv.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/sptsv.f b/SRC/sptsv.f index f46a9b25..09b08613 100644 --- a/SRC/sptsv.f +++ b/SRC/sptsv.f @@ -84,7 +84,7 @@ RETURN END IF * -* Compute the L*D*L' (or U'*D*U) factorization of A. +* Compute the L*D*L**T (or U**T*D*U) factorization of A. * CALL SPTTRF( N, D, E, INFO ) IF( INFO.EQ.0 ) THEN |