aboutsummaryrefslogtreecommitdiff
path: root/SRC/dgetrf2.f
diff options
context:
space:
mode:
authorluszczek <luszczek@8a072113-8704-0410-8d35-dd094bca7971>2015-12-10 00:19:18 +0000
committerluszczek <luszczek@8a072113-8704-0410-8d35-dd094bca7971>2015-12-10 00:19:18 +0000
commit63f6a1729d61504687b48481c1f5e065af897fa4 (patch)
treef3f5292e30e461250bdff9791100577eac97e7af /SRC/dgetrf2.f
parentf95d1a44b3fafd953b84e4957a29854ca7fb0509 (diff)
Fix comment to match the code.
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 ]