aboutsummaryrefslogtreecommitdiff
path: root/src/mathfunc.h
AgeCommit message (Collapse)Author
2020-05-21Fix new gcc errorPjotr Prins
2018-09-06Sometimes a value gets negative zero causing a NaN on the sqrt.Pjotr Prins
Closes #61
2018-09-06More debugging info and raise SIGINT instead of exitPjotr Prins
2018-08-25Number format checking in strict mode. Also fixes #149Pjotr Prins
2017-12-12Updated copyright infoPjotr Prins
2017-12-06Some cleanup on matrix checkingPjotr Prins
2017-11-22Remove compiler warnings and add check is_nanPjotr Prins
2017-11-15Nans: introducing checking on mem freePjotr Prins
2017-10-14More disabling of eigenlib (faster compilation) and avoid OPENBLAS_CONST ↵Pjotr Prins
which does not work on older cblas.h
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-20Added checks for KPjotr Prins
2017-08-14Tests and fixes https://github.com/genetics-statistics/GEMMA/issues/26Pjotr Prins
2017-08-02Massive patch using LLVM coding style. It was generated with:Pjotr Prins
clang-format -style=LLVM -i *.cpp *.h Please set your editor to replace tabs with spaces and use indentation of 2 spaces.
2017-06-02Removed FORCE_FLOAT from mathfunc.*Peter Carbonetto
2017-05-04Local updates made by Xiang---shared via email on May 4, 2017, subject: ↵Peter Carbonetto
gemma on expression data.
2015-07-11add GXE testxiangzhou
2014-09-22version 0.95alphaxiangzhou