From: wolf Date: Wed, 15 Apr 1998 14:10:35 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac66aae1632ae44b255c8e92497191078e202054;p=dealii-svn.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.