index
:
nsmc
main
unfinished-experiments
n-sphere Monte Carlo method
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2021-06-30
Add offcenter ellipsoid extent oracle.
Arun Isaac
2021-06-30
Support sampling in sphere.
Arun Isaac
2021-05-07
Treat extent oracles and integrands as const arguments.
Arun Isaac
2021-05-07
Add rtol? predicate.
Arun Isaac
2021-05-07
Declare polynomial_integrand_params member as const.
Arun Isaac
2021-04-20
Do not return volume or integral estimate.
Arun Isaac
2021-04-20
Return the first accurate estimate.
Arun Isaac
2021-04-08
Rename volume-experiment to volume-importance.
Arun Isaac
2021-03-16
Deal in solid angle fractions, not absolute solid angles.
Arun Isaac
2021-02-26
Add copyright and license headers for all files.
Arun Isaac
2021-02-26
Rename subsampling-random-vector to cone-random-vector.
Arun Isaac
2021-02-23
Implement the lower incomplete gamma function as a scheme wrapper.
Arun Isaac
2021-02-23
Provide test integrals.
Arun Isaac
2021-02-23
Redefine integrand_t as a struct.
Arun Isaac
2021-02-11
Pass extent-oracle-t as pointer.
Arun Isaac
2021-02-11
Change extent oracle and true volume prototypes.
Arun Isaac
2021-02-11
Include gsl_vector.h instead of gsl_blas.h.
Arun Isaac
2021-02-11
Remove cube maximum extent function.
Arun Isaac
2021-02-05
Remove unused geometric progression functions.
Arun Isaac
2021-02-05
Remove unused extent oracles.
Arun Isaac
2021-02-03
Move source files and headers to separate directories.
Arun Isaac