aboutsummaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Collapse)Author
2023-06-18Start using catch2 testing systemPjotr Prins
2020-05-28Fix copiles on gcc 10. Main thing is not to mix BLAS includes fromPjotr Prins
OpenBLAS, GSL (and Eigen when used).
2020-05-22Fixes for gcc (GCC) 10.1.0Pjotr Prins
Started to remove eigenlib (again)
2018-09-06Further debuggingPjotr Prins
2018-08-30Debugging calcPabPjotr Prins
2018-07-26Unittest: added test for forcing and catching floating point errors (this works)Pjotr Prins
2017-10-13Refactored debug settingsPjotr Prins
Replaced eigenlib_dgemm with fast_dgemm - 10-30% speed gain for GEMMA
2017-10-13OpenBlas: preparing for dgemm usePjotr Prins
2017-08-22Fixes matrix checks - looking saner nowPjotr Prins
- Matrix checks as described in https://github.com/genetics-statistics/GEMMA/issues/72 - introduces -strict switch which will exit on certain conditions - zero small eigenvalues in EigenDecomp_Zeroed which also checks for negative values - commented out float versions of functions in lapack.cpp (pre-removal) - reverted on disabled regression tests (GEMMA shows its previous behaviour now)
2017-08-20Unit testsPjotr Prins