aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-09-28More outputPjotr Prins
2020-09-28Scaling attribute showPjotr Prins
2020-09-28Show computed variancePjotr Prins
2020-09-28Show precisionPjotr Prins
2020-09-28Display meanPjotr Prins
2020-09-28Add debug statements parsing genotype filePjotr Prins
2020-09-28Comments and improved error messagePjotr Prins
2020-09-26Comments addedPjotr Prins
2020-05-28-aPjotr Prins
Fix test suite
2020-05-28Fix copiles on gcc 10. Main thing is not to mix BLAS includes fromPjotr Prins
OpenBLAS, GSL (and Eigen when used).
2020-05-22Removing more eigenlib referencesPjotr Prins
2020-05-22Fixes for gcc (GCC) 10.1.0Pjotr Prins
Started to remove eigenlib (again)
2020-05-21Fix new gcc errorPjotr Prins
2018-12-10Bug fix release 0.98.1Pjotr Prins
2018-12-10Fixes regression introduced by sharing plink algorithm with BIMBAM.Pjotr Prins
closes #188
2018-09-28Updated versionPjotr Prins
2018-09-28Fixes regression #179Pjotr Prins
2018-09-28Atlas compilationPjotr Prins
2018-09-27Using -no-check by default nowPjotr Prins
2018-09-27Inlining GSL callsPjotr Prins
2018-09-26Updated version and added performance statsPjotr Prins
2018-09-19Fix progressbar for K and started on design docPjotr Prins
2018-09-19Replace safeGetline with native versionPjotr Prins
2018-09-18Speedup: kinship computationPjotr Prins
2018-09-18Disable nan checking with no-checkPjotr Prins
2018-09-15Using Guix container to build with gcc and clangPjotr Prins
2018-09-15Remove noisy batch_compute messagePjotr Prins
2018-09-07Matrices positive definite issuesPjotr Prins
2018-09-06Show warning on some unused matricesPjotr Prins
2018-09-06Fix travis errorPjotr Prins
2018-09-06Sometimes a value gets negative zero causing a NaN on the sqrt.Pjotr Prins
Closes #61
2018-09-06More debugging and a performance checkPjotr Prins
2018-09-06More debugging info and raise SIGINT instead of exitPjotr Prins
2018-09-06Further debuggingPjotr Prins
2018-09-01CalcPab notesPjotr Prins
2018-08-31More testingPjotr Prins
2018-08-31Improving readabilityPjotr Prins
2018-08-31Continue debugging calcpabPjotr Prins
2018-08-30Debugging calcPabPjotr Prins
2018-08-26More value checking and bounds checkingPjotr Prins
2018-08-26Make sure tau_inv is initialized outside loop - gets rid of compiler warningPjotr Prins
2018-08-26debug: feenableexcept can be disabled using legacy modePjotr Prins
2018-08-25debug: feenableexcept for MacOS and limit to Intel x64 machinesPjotr Prins
2018-08-25Number format checking in strict mode. Also fixes #149Pjotr Prins
2018-08-25Added remarksPjotr Prins
2018-08-25segfpe handlingPjotr Prins
2018-08-25eigenvalues: some error checking addedPjotr Prins
2018-07-27Add floating point hardware checking for Intel on GNU compilersPjotr Prins
When using the -check function (the default) it is enabled for Kinship computation and LM/LMM up to individual SNP computation. This means there can no longer be NaN values for matrices that are reused for every SNP, but it is possible to have NaN for individual SNPs. Fixes #161
2018-07-26Unittest: added test for forcing and catching floating point errors (this works)Pjotr Prins
2018-07-14Guix: add more build information to the final binaryPjotr Prins