aboutsummaryrefslogtreecommitdiff
path: root/SRC/dgetrf2.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dgetrf2.f')
-rw-r--r--SRC/dgetrf2.f2
1 files changed, 1 insertions, 1 deletions
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 ]