summaryrefslogtreecommitdiffstats
path: root/src/lossdistrib.h
AgeCommit message (Collapse)Author
2018-02-16use internal Blas and Lapack on WindowsGuillaume Horel
2017-12-12do not use lapacke which is buggyGuillaume Horel
2016-03-07switch to cblas and lapacke interfaceGuillaume Horel
2016-03-03Big code cleanupGuillaume Horel
- move the counters inside the for loops. This helps with openmp as well, since the counter is now private. - combine the blas version of the functions using ifdefs - add const keyword wherever it makes sense Now time to make sure it's not buggy!
2015-03-11new function using truncated distsGuillaume Horel
2014-05-07add GHquad function, get rid of statmod dependencyGuillaume Horel
2014-04-24initial import of lossdistrib packageGuillaume Horel