summaryrefslogtreecommitdiff
path: root/SRC/dposvxx.f
diff options
context:
space:
mode:
authordeaglanhalligan <deaglanhalligan@8a072113-8704-0410-8d35-dd094bca7971>2009-07-17 09:01:45 +0000
committerdeaglanhalligan <deaglanhalligan@8a072113-8704-0410-8d35-dd094bca7971>2009-07-17 09:01:45 +0000
commit8a4a5ccc1ecec7966779696e79d492a604521870 (patch)
tree515c451acfde913e0c660b86797eafb107464043 /SRC/dposvxx.f
parent4b6a6b3b23785efb93d48e925f0342ae54884f32 (diff)
downloadlapack-8a4a5ccc1ecec7966779696e79d492a604521870.tar.gz
lapack-8a4a5ccc1ecec7966779696e79d492a604521870.tar.bz2
lapack-8a4a5ccc1ecec7966779696e79d492a604521870.zip
Fixed comments on factorization in refinement routines. Found when coding in C++
Diffstat (limited to 'SRC/dposvxx.f')
-rw-r--r--SRC/dposvxx.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dposvxx.f b/SRC/dposvxx.f
index 7164ae31..da5dddde 100644
--- a/SRC/dposvxx.f
+++ b/SRC/dposvxx.f
@@ -503,7 +503,7 @@
*
IF( NOFACT .OR. EQUIL ) THEN
*
-* Compute the LU factorization of A.
+* Compute the Cholesky factorization of A.
*
CALL DLACPY( UPLO, N, N, A, LDA, AF, LDAF )
CALL DPOTRF( UPLO, N, AF, LDAF, INFO )