summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2016-03-07switch to cblas and lapacke interfaceGuillaume Horel
2016-03-07add some testsGuillaume 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
2015-03-10add an function for computing truncated expected lossGuillaume Horel
2015-03-10fix lossdistrib_truncatedGuillaume Horel
2015-03-10reindent everythingGuillaume Horel
2014-05-08implement skew mapping by doing tranche loss proportion mappingGuillaume Horel
2014-05-07add GHquad function, get rid of statmod dependencyGuillaume Horel
2014-04-24allow to build dual arches package on windowsGuillaume Horel
2014-04-24initial import of lossdistrib packageGuillaume Horel