summaryrefslogtreecommitdiff
path: root/SRC/dsysvx.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dsysvx.f')
-rw-r--r--SRC/dsysvx.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dsysvx.f b/SRC/dsysvx.f
index 89ae68fe..3149606d 100644
--- a/SRC/dsysvx.f
+++ b/SRC/dsysvx.f
@@ -254,7 +254,7 @@
*
IF( NOFACT ) THEN
*
-* Compute the factorization A = U*D*U' or A = L*D*L'.
+* Compute the factorization A = U*D*U**T or A = L*D*L**T.
*
CALL DLACPY( UPLO, N, N, A, LDA, AF, LDAF )
CALL DSYTRF( UPLO, N, AF, LDAF, IPIV, WORK, LWORK, INFO )