Skip to content
Snippets Groups Projects
  1. Jun 23, 2009
  2. Jun 22, 2009
  3. 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
  4. Jun 15, 2009
  5. Jun 11, 2009
  6. Jun 10, 2009
  7. Jun 09, 2009
  8. Jun 05, 2009
  9. Jun 01, 2009
  10. May 29, 2009
  11. May 19, 2009
  12. May 17, 2009
  13. May 14, 2009
  14. May 13, 2009
  15. May 11, 2009
  16. 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
  17. May 09, 2009
  18. May 08, 2009
Loading