Skip to content
Snippets Groups Projects
  1. Dec 17, 2013
  2. Dec 03, 2013
  3. Sep 27, 2013
  4. 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
  5. Aug 21, 2012
  6. Jul 06, 2012
  7. 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
  8. May 13, 2012
  9. May 09, 2012
  10. May 02, 2012
  11. Jan 26, 2012
  12. Nov 26, 2011
  13. Oct 26, 2011
  14. Oct 13, 2011
  15. Sep 13, 2011
  16. Mar 02, 2011
  17. Dec 01, 2010
    • Markus Blatt's avatar
      flyspray #827 · 8e498c7e
      Markus Blatt authored
      rbegin -> beforeEnd
      rend   -> beforeBegin
      
      [[Imported from SVN: r6286]]
      8e498c7e
  18. Nov 25, 2010
  19. Nov 19, 2010
  20. Nov 14, 2010
  21. Nov 07, 2010
  22. Oct 29, 2010
  23. Oct 28, 2010
  24. Oct 18, 2010
  25. 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