aboutsummaryrefslogtreecommitdiff
path: root/src/extent-sampling.sc
AgeCommit message (Expand)Author
2021-06-30Implement window stopping criterion for integrals.Arun Isaac
2021-05-07Use window stopping criterion for volume.Arun Isaac
2021-05-07Treat extent oracles and integrands as const arguments.Arun Isaac
2021-05-07Do not pass rng to integral-per-direction.Arun Isaac
2021-05-07Move with-rstats and define with-rstats* sc macros.Arun Isaac
2021-05-07Move with-vector to macros.sc.Arun Isaac
2021-04-20Do not return volume or integral estimate.Arun Isaac
2021-04-20Return the first accurate estimate.Arun Isaac
2021-04-08Rename volume-experiment to volume-importance.Arun Isaac
2021-03-16Deal in solid angle fractions, not absolute solid angles.Arun Isaac
2021-02-26Add copyright and license headers for all files.Arun Isaac
2021-02-26Remove unused neval variable.Arun Isaac
2021-02-23Redefine integrand_t as a struct.Arun Isaac
2021-02-11Pass extent-oracle-t as pointer.Arun Isaac
2021-02-11Change extent oracle and true volume prototypes.Arun Isaac
2021-02-05Migrate C source to SC.Arun Isaac