aboutsummaryrefslogtreecommitdiff
path: root/src/fastblas.cpp
AgeCommit message (Expand)Author
2020-05-28Fix copiles on gcc 10. Main thing is not to mix BLAS includes fromPjotr Prins
2020-05-22Removing more eigenlib referencesPjotr Prins
2020-05-22Fixes for gcc (GCC) 10.1.0Pjotr Prins
2018-09-28Atlas compilationPjotr Prins
2018-09-27Inlining GSL callsPjotr Prins
2017-12-19Make eigelib -legacyPjotr Prins
2017-12-17Reverted on using eigenlib_dgemm because of hanging K compute with datasetPjotr Prins
2017-12-12Updated copyright infoPjotr Prins
2017-12-08Drop legacy eigenlib_dgemm from fastblasPjotr Prins
2017-12-07Some more overflow checksPjotr Prins
2017-12-06Some cleanup on matrix checkingPjotr Prins
2017-12-06Fix openblas complaintPjotr Prins
2017-12-06Integer overflow checking for matrix dgemm and adding path for OpenBlas inclu...Pjotr Prins
2017-11-11Fix compiler warningsPjotr Prins
2017-10-18Tests still pass with safe_alloc (which sets the buffers to NaNs on allocation)Pjotr Prins
2017-10-14TravisPjotr Prins
2017-10-14More travisPjotr Prins
2017-10-14Travis fixesPjotr Prins
2017-10-14Older openblas does not like blasintPjotr Prins
2017-10-14More disabling of eigenlib (faster compilation) and avoid OPENBLAS_CONST whic...Pjotr Prins
2017-10-13Refactored debug settingsPjotr Prins
2017-10-13Replacing first dgemm - tests failPjotr Prins
2017-10-13OpenBlas: preparing for dgemm usePjotr Prins