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