Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-23 | Implement the lower incomplete gamma function as a scheme wrapper. | Arun Isaac | |
With this change, the wrapper around the gsl lower incomplete gamma function is directly in scheme. Earlier, there was one layer of wrapping in C which needed to be wrapped again in scheme. * include/utils.h (lower_incomplete_gamma): Delete function. * src/utils.sc (lower-incomplete-gamma): Delete function. * scm/extent-sampling/wrap.scm (lower-incomplete-gamma): New function. | |||
2021-02-05 | Remove unused geometric progression functions. | Arun Isaac | |
* include/utils.h (gprate, gpterm): Delete function prototype declarations. * src/utils.c (gprate, gpterm): Delete functions. | |||
2021-02-03 | Move source files and headers to separate directories. | Arun Isaac | |
* extent-sampling.h, gaussian-nd-random.h, nd-random.h, oracles.h, utils.h: Move into include directory. * extent-sampling.c, gaussian-nd-random.c, nd-random.c, oracles.c, utils.c: Move into src directory. * CMakeLists.txt: Set include as include directory. Look for source files inside src directory. |