aboutsummaryrefslogtreecommitdiff
path: root/src/lapack.cpp
AgeCommit message (Collapse)Author
2024-12-31Adding note because of mvlmm performance test failurePjotr Prins
2018-09-28Fixes regression #179Pjotr Prins
2018-09-27Inlining GSL callsPjotr Prins
2018-09-07Matrices positive definite issuesPjotr Prins
2018-09-06Fix travis errorPjotr Prins
2018-09-06More debugging and a performance checkPjotr Prins
2018-09-06More debugging info and raise SIGINT instead of exitPjotr Prins
2018-08-31Continue debugging calcpabPjotr Prins
2018-08-26More value checking and bounds checkingPjotr Prins
2018-08-25Added remarksPjotr Prins
2018-08-25segfpe handlingPjotr Prins
2018-08-25eigenvalues: some error checking addedPjotr Prins
2017-12-07More notes and removed unused LULndetPjotr Prins
2017-12-07Some more overflow checksPjotr Prins
2017-08-27Removed large sections of commented out codePjotr Prins
2017-08-26LULndet: remove bad enforcePjotr Prins
2017-08-26Tests and enforces added related to ↵Pjotr Prins
https://github.com/genetics-statistics/GEMMA/issues/78
2017-08-22EigenDecomp: also show warning on multiple zero valuesPjotr 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-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-07Some three compile time fixes for the GNU GCC 7.1.0 compiler on Linux.Pjotr Prins
This patch is a mess because we use different line endings. I propose to convert to standard Unix mode (as was the original GEMMA code). To convert with vim one can use set fileformat=unix Do not merge this pull request, we can handle te fixes later.
2017-06-02Removed FORCE_FLOAT from lmm.h,cpp.Peter Carbonetto
2017-05-31Removed WITH_LAPACK compile/build option.Peter Carbonetto
2017-05-30Removing FORCE_FLOAT from some C++ source files.Peter Carbonetto
2015-07-11add GXE testxiangzhou
2014-09-22version 0.95alphaxiangzhou