From: wolf Date: Mon, 9 Aug 1999 13:20:15 +0000 (+0000) Subject: STL does this already. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=375cb5339ce0ad9fec337ab133a4e621cbc05990;p=dealii-svn.git STL does this already. git-svn-id: https://svn.dealii.org/trunk@1633 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/Todo b/deal.II/lac/Todo index 73e47b6b5d..fa889abe22 100644 --- a/deal.II/lac/Todo +++ b/deal.II/lac/Todo @@ -17,10 +17,6 @@ Let dSMatrixStruct::compress free the memory of colnums which is no longer needed. -Use memcpy in dSMatrix::copy_from instead of elementwise copying. - 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).