From 375cb5339ce0ad9fec337ab133a4e621cbc05990 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 9 Aug 1999 13:20:15 +0000 Subject: [PATCH] STL does this already. git-svn-id: https://svn.dealii.org/trunk@1633 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/Todo | 4 ---- 1 file changed, 4 deletions(-) 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). -- 2.39.5