Skip to content
Snippets Groups Projects
  1. Oct 02, 2013
  2. Oct 01, 2013
    • Martin Nolte's avatar
      [c++11] add support for C++11 constexpr · 45990b69
      Martin Nolte authored
      As decided on the developer meeting in Aachen, we support (but do not
      rely on) the C++11 keyword constexpr. This patch adds an m4-check for
      constexpr and a header (cxx11.hh) defining a macro DUNE_CONSTEXPR either
      as constexpr or empty (depending on the compiler support for it). It is
      then used in FieldVector and FieldMatrix on size, rows, and cols.
      45990b69
  3. Sep 27, 2013
  4. May 31, 2012
    • Oliver Sander's avatar
      Document each header file · 98fbc7b3
      Oliver Sander authored
      With the exception of mpicollectivecommunication.hh
      and propertymap.hh, which I didn't understand.
      
      [[Imported from SVN: r6784]]
      98fbc7b3
  5. Oct 13, 2011
  6. Oct 19, 2010
  7. Oct 18, 2010
  8. Oct 13, 2010
    • Christian Engwer's avatar
      * create a CRTP DenseMatrix class · 39d0a105
      Christian Engwer authored
      * factor out most of the FieldMatrix math methods
      
      missing: several functions oculd not me moved, as they require som
      		 kind of type promotion traits
      
      [[Imported from SVN: r6181]]
      39d0a105
  9. Oct 11, 2010
  10. Sep 08, 2010
  11. Jul 08, 2010
  12. Mar 13, 2010
  13. Feb 26, 2010
  14. Feb 01, 2010
  15. Jan 25, 2010
  16. Nov 09, 2009
    • Carsten Gräser's avatar
      *Fix bug in rightmultiply() · 31ef576c
      Carsten Gräser authored
      *Add const to *multiplyany()
      *Implement *multiplyany() for FieldMatrix<k,1,1>
      Thanks to Atgeirr Flø Rasmussen!
      
      [[Imported from SVN: r5704]]
      31ef576c
  17. Nov 04, 2009
  18. Oct 15, 2009
  19. Oct 13, 2009
  20. Oct 02, 2009
  21. Oct 01, 2009
  22. Sep 21, 2009
  23. 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
  24. Jun 15, 2009
  25. May 29, 2009
  26. May 11, 2009
  27. Mar 04, 2009
  28. Feb 14, 2009
  29. Oct 06, 2008
  30. Jul 25, 2008
  31. Apr 15, 2008
  32. Feb 06, 2008
  33. Feb 05, 2008
  34. Dec 14, 2007
  35. Aug 22, 2007
  36. Aug 21, 2007
  37. Jan 18, 2007
    • Markus Blatt's avatar
      · 6457e755
      Markus Blatt authored
      grrr! testing for !=0 skips row zero.
      
      loops now start with n and the first step is --i and we are testing
      for i>0.
      
      [[Imported from SVN: r4833]]
      6457e755
Loading