Skip to content
Snippets Groups Projects
  1. Oct 27, 2006
  2. Oct 26, 2006
    • Oliver Sander's avatar
      This patch removes the template metaprogramming for norms and the dot · 4104e4d5
      Oliver Sander authored
      product.  Measuring the impact on efficiency gave the same results
      as for the older TMP stuff.  When compiled with -O3 (g++ 4.1), there
      is no measurable speed difference between the old and the new code.
      That is so even though temporary variables had to be inserted.
      When compiling without optimization, the new code is faster,
      presumably because a standard for-loop is faster than a cascade
      of function calls.  Depending on your vector size, this speedup
      can be considerable!  For a six-entry FieldVector repeatly computing
      norms gets about 40% faster.
      
      This concludes FlySpray issue 46.
      
      [[Imported from SVN: r4759]]
      4104e4d5
    • Oliver Sander's avatar
      bugfix in exists() · a47001e3
      Oliver Sander authored
      [[Imported from SVN: r4758]]
      a47001e3
  3. Oct 25, 2006
  4. Oct 23, 2006
  5. Oct 19, 2006
  6. Oct 18, 2006
  7. Oct 17, 2006
  8. Oct 16, 2006
  9. Oct 13, 2006
Loading