From: Wolfgang Bangerth Date: Thu, 29 Apr 1999 17:39:53 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~22060 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8983d538cc1236eafdb866e8a28d3bfd84c075e8;p=dealii.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