Skip to content
Snippets Groups Projects
  1. Mar 06, 2014
  2. Mar 04, 2014
  3. Feb 27, 2014
  4. Dec 17, 2013
  5. Dec 03, 2013
  6. Sep 27, 2013
  7. Jun 24, 2013
    • Martin Nolte's avatar
      use field_type( 1 ) instead of 1.0 · de0b6e9e
      Martin Nolte authored
      This fixes FS#1317 for me (use invert for 2x2 matrix with
      std::complex< long double >).
      The problem is that 1.0 is a double, which can be converted implicitly
      to a long double which, in turn, could be converted implicitly into a
      std::complex< long double >. However, the compiler does not use two
      implicit type conversions, so double cannot be divided by a
      std::complex< long double >.
      de0b6e9e
  8. Aug 21, 2012
  9. Jul 06, 2012
  10. 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
  11. May 13, 2012
  12. May 09, 2012
  13. May 02, 2012
  14. Jan 26, 2012
  15. Nov 26, 2011
  16. Oct 26, 2011
  17. Oct 13, 2011
  18. Sep 13, 2011
  19. Mar 02, 2011
  20. Dec 01, 2010
    • Markus Blatt's avatar
      flyspray #827 · 8e498c7e
      Markus Blatt authored
      rbegin -> beforeEnd
      rend   -> beforeBegin
      
      [[Imported from SVN: r6286]]
      8e498c7e
  21. Nov 25, 2010
  22. Nov 19, 2010
  23. Nov 14, 2010
  24. Nov 07, 2010
  25. Oct 29, 2010
  26. Oct 28, 2010
  27. Oct 18, 2010
  28. 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
Loading