aboutsummaryrefslogtreecommitdiff
path: root/src/mathfunc.cpp
AgeCommit message (Collapse)Author
2023-06-29Fix build on guix using limitsPjotr Prins
2020-10-01These variables are introduced in DEBUG modePjotr Prins
2020-09-29Fixing Travis build, remove gcc warnings and bump versionPjotr Prins
2020-09-28Comments and improved error messagePjotr Prins
2020-09-26Comments addedPjotr Prins
2018-09-18Disable nan checking with no-checkPjotr Prins
2018-09-15Using Guix container to build with gcc and clangPjotr Prins
2018-09-07Matrices positive definite issuesPjotr 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-31Improving readabilityPjotr Prins
2018-08-25Number format checking in strict mode. Also fixes #149Pjotr Prins
2017-12-12Updated copyright infoPjotr Prins
2017-12-07Travis: fixesPjotr Prins
2017-12-07More notes and removed unused LULndetPjotr Prins
2017-12-06Some cleanup on matrix checkingPjotr Prins
2017-11-22Explicit include of gsl_sys.h for GSLv1Pjotr Prins
2017-11-22Remove compiler warnings and add check is_nanPjotr Prins
2017-11-15Nans: introducing checking on mem freePjotr Prins
2017-11-10Remove compiler warningsPjotr Prins
2017-10-18Tests still pass with safe_alloc (which sets the buffers to NaNs on allocation)Pjotr 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-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-09-14check GSL_MINOR_VERSION while compilingprasun
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-07-07Fix spacingPjotr Prins
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.
2016-05-23version 0.95alphaxiangzhou
2015-07-11add GXE testxiangzhou
2014-09-22version 0.95alphaxiangzhou