From: wolf Date: Thu, 29 Apr 1999 17:39:53 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f56d423b11b2f34f453acf018e30cb3c163afd5;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@1226 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/Todo b/deal.II/lac/Todo index 4c8889e427..c7155fdce9 100644 --- a/deal.II/lac/Todo +++ b/deal.II/lac/Todo @@ -22,4 +22,8 @@ Let dSMatrixStruct be derived from Subscriptor and let the dSMatrix Use memcpy in dSMatrix::copy_from instead of elementwise copying. - This should yield a significant speed-up. \ No newline at end of file + This should yield a significant speed-up. + + +Make ILU decomposition faster by following the comment in the + innermost loop (about the better use of the index j). \ No newline at end of file