From 63f6a1729d61504687b48481c1f5e065af897fa4 Mon Sep 17 00:00:00 2001 From: luszczek Date: Thu, 10 Dec 2015 00:19:18 +0000 Subject: Fix comment to match the code. --- SRC/dgetrf2.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SRC/dgetrf2.f') diff --git a/SRC/dgetrf2.f b/SRC/dgetrf2.f index b1871b5d..2f3f96af 100644 --- a/SRC/dgetrf2.f +++ b/SRC/dgetrf2.f @@ -37,7 +37,7 @@ *> the matrix into four submatrices: *> *> [ A11 | A12 ] where A11 is n1 by n1 and A22 is n2 by n2 -*> A = [ -----|----- ] with n1 = min(m,n) +*> A = [ -----|----- ] with n1 = min(m,n)/2 *> [ A21 | A22 ] n2 = n-n1 *> *> [ A11 ] -- cgit v1.2.3