Age | Commit message (Expand) | Author |
2020-05-28 | Fix copiles on gcc 10. Main thing is not to mix BLAS includes from...OpenBLAS, GSL (and Eigen when used).
| Pjotr Prins |
2020-05-22 | Fixes for gcc (GCC) 10.1.0...Started to remove eigenlib (again)
| Pjotr Prins |
2018-09-06 | Further debugging | Pjotr Prins |
2018-08-30 | Debugging calcPab | Pjotr Prins |
2018-07-26 | Unittest: added test for forcing and catching floating point errors (this works) | Pjotr Prins |
2017-10-13 | Refactored debug settings...Replaced eigenlib_dgemm with fast_dgemm - 10-30% speed gain for GEMMA
| Pjotr Prins |
2017-10-13 | OpenBlas: preparing for dgemm use | Pjotr Prins |
2017-08-22 | Fixes matrix checks - looking saner now...- 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)
| Pjotr Prins |
2017-08-20 | Unit tests | Pjotr Prins |