From: Wolfgang Bangerth Date: Wed, 15 Apr 1998 14:10:35 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~23077 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=901bd3d7a9aa7704c615dd9fb1f02a8e6b250978;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@177 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.