Skip to content
Snippets Groups Projects
  1. Aug 18, 2013
  2. Jul 13, 2013
  3. Jul 10, 2013
  4. Jul 06, 2013
  5. Jul 05, 2013
  6. 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
    • Martin Nolte's avatar
      check invert for FieldMatrix< std::complex< double >, 2 > · e4d80dbf
      Martin Nolte authored
      See FS#1317 for details.
      e4d80dbf
  7. May 11, 2013
  8. May 08, 2013
  9. May 07, 2013
  10. May 06, 2013
  11. May 03, 2013
  12. May 02, 2013
  13. Mar 31, 2013
  14. Mar 20, 2013
  15. Mar 14, 2013
  16. Mar 13, 2013
  17. Mar 12, 2013
  18. Feb 25, 2013
  19. Feb 22, 2013
  20. Feb 19, 2013
  21. Feb 18, 2013
Loading