Skip to content
Snippets Groups Projects
  1. Sep 24, 2009
  2. Sep 23, 2009
  3. Sep 21, 2009
  4. Sep 18, 2009
  5. Sep 16, 2009
  6. Sep 12, 2009
  7. Sep 09, 2009
  8. Sep 01, 2009
  9. Jul 29, 2009
  10. Jul 03, 2009
  11. Jun 23, 2009
  12. Jun 22, 2009
  13. Jun 16, 2009
    • Sven Marnach's avatar
      Make determinant work for singular matrices · e6057d5f
      Sven Marnach authored
      Note that the current implementation of the determinant is rather
      subobtimal.  While it is rather efficient, it is neither the most
      numerically stable way to compute the determinant, nor does it work
      for integers.  But I think it is much better than no implementation at
      all.
      
      [[Imported from SVN: r5549]]
      e6057d5f
  14. Jun 15, 2009
  15. Jun 10, 2009
  16. May 29, 2009
  17. May 19, 2009
  18. May 11, 2009
  19. May 10, 2009
    • Martin Nolte's avatar
      add copy constructor to FieldVector · 396f08d1
      Martin Nolte authored
      This seems to fix the warning about the use of an uninitialized variable
      when using FieldVector< T, 0 >.
      
      I thought Oli already implemented this, though.
      
      [[Imported from SVN: r5515]]
      396f08d1
  20. May 09, 2009
  21. Apr 22, 2009
  22. Apr 21, 2009
  23. Apr 14, 2009
  24. Apr 08, 2009
Loading