aboutsummaryrefslogtreecommitdiff
path: root/src/lapack.h
AgeCommit message (Collapse)Author
2017-08-26Tests and enforces added related to ↵Pjotr Prins
https://github.com/genetics-statistics/GEMMA/issues/78
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-07Fix spacingPjotr Prins
2017-06-01Removed FORCE_FLOAT from additional C++ source files.Peter Carbonetto
2017-05-30Removing FORCE_FLOAT from some C++ source files.Peter Carbonetto
2015-07-11add GXE testxiangzhou
2014-09-22version 0.95alphaxiangzhou