Skip to content
Snippets Groups Projects
  1. Sep 01, 2015
  2. Aug 19, 2015
  3. Aug 01, 2015
  4. Jul 27, 2015
  5. Jul 22, 2015
  6. Jun 17, 2015
  7. Jun 16, 2015
  8. Jun 13, 2015
    • Christian Engwer's avatar
      [test,fieldvector] also test for GMPField · bde9dc6e
      Christian Engwer authored
      most of the tests work. std::complex<GMPField> does not work as expected, but this is
      perhaps something we don't want to support. As std::complex does not allow to initialize
      with other parameters than the data type itself, we can not initialize from int or other
      compatible scalar values. The smae problem occures when interacting with int values directly.
      bde9dc6e
  9. May 11, 2015
  10. May 06, 2015
  11. Apr 20, 2015
  12. Apr 10, 2015
  13. Feb 25, 2015
  14. Jan 11, 2015
  15. Dec 18, 2014
  16. Dec 02, 2014
  17. Dec 01, 2014
  18. Nov 28, 2014
  19. Nov 25, 2014
  20. Nov 21, 2014
  21. Nov 08, 2014
  22. Nov 07, 2014
  23. Nov 06, 2014
    • Oliver Sander's avatar
      Rip out the complete test for eigenValuesNonSym and replace it by the Rosser... · b9e712ac
      Oliver Sander authored
      Rip out the complete test for eigenValuesNonSym and replace it by the Rosser matrix test from fieldmatrixtest.cc
      
      The old test was complete nonsense: an implementation of some sort of strange
      undocumented shape function set that happened to need eigenvalues for something.
      Lots of undocumented code, and no checks at all whether the values obtained
      by eigenValuesNonSym actually make sense.
      
      Only, for the particular choice of parameters used, eigenValuesNonSym was never
      called.  Yes, you read this correctly: these hundreds of lines of code didn't
      actually test anything.
      
      The new test is copied form fieldmatrixtest.cc and adapted for DynamicMatrix
      types.  It computes eigenvalues of a given 8x8 matrix and compares with the known
      results.  Unfortunately, the test matrix is only symmetric.  Tests with more
      general matrices are left for another day.
      b9e712ac
  24. Oct 29, 2014
  25. Oct 08, 2014
Loading