From 901bd3d7a9aa7704c615dd9fb1f02a8e6b250978 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 15 Apr 1998 14:10:35 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@177 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Todo | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 240974304f..0cc435c0f4 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -109,3 +109,8 @@ Use unsigned integers for the colnums array in dSMatrixStruct. This Why are there all these unsafe casts from VectorBase to dVector in dvector.cc? + + +Optimize dSMatrixStruct::compress, using standard sort algorithms + and only sorting the used range of indices, not those with + -1 entries. -- 2.39.5