From 8a4a5ccc1ecec7966779696e79d492a604521870 Mon Sep 17 00:00:00 2001 From: deaglanhalligan Date: Fri, 17 Jul 2009 09:01:45 +0000 Subject: Fixed comments on factorization in refinement routines. Found when coding in C++ --- SRC/dposvxx.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SRC/dposvxx.f') 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 ) -- cgit v1.2.3