aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-06-30Implement offcenter volume experiments.Arun Isaac
2021-06-30Add offcenter ellipsoid extent oracle.Arun Isaac
2021-06-30Implement window stopping criterion for integrals.Arun Isaac
2021-06-30Support sampling in sphere.Arun Isaac
2021-05-07Implement spheroid importance sampling experiments.Arun Isaac
2021-05-07Implement volume of bodies experiments.Arun Isaac
2021-05-07Implement integral experiments.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-07Define with-file and with-data-file sc macros.Arun Isaac
2021-05-07Move with-rstats and define with-rstats* sc macros.Arun Isaac
2021-05-07Define with-rng sc macro.Arun Isaac
2021-05-07Move with-vector to macros.sc.Arun Isaac
2021-05-07Define for-i-step sc macro.Arun Isaac
2021-05-07Define when and unless sc macros.Arun Isaac
2021-05-07Add rtol? predicate.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-03-16Fix edge case when vectors around the nth canonical axis are required.Arun Isaac
2021-03-16Implement simplified cone sampling algorithm.Arun Isaac
2021-02-26Add copyright and license headers for all files.Arun Isaac
2021-02-26Rename subsampling-random-vector to cone-random-vector.Arun Isaac
2021-02-26Remove unused neval variable.Arun Isaac
2021-02-24Remove workaround for sph-sc negation bug.Arun Isaac
2021-02-23Implement the lower incomplete gamma function as a scheme wrapper.Arun Isaac
2021-02-23Provide test integrals.Arun Isaac
2021-02-23Redefine integrand_t as a struct.Arun Isaac
2021-02-23Implement uniform-true-volume without log.Arun Isaac
2021-02-23Rename function scope params argument to avoid name conflict.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-11Remove unnecessary whitespace.Arun Isaac
2021-02-11Remove cube maximum extent function.Arun Isaac
2021-02-10Remove unnecessary solver type variable.Arun Isaac
2021-02-10Fix collision between solver type and solver type variable.Arun Isaac
2021-02-10Declare planar, solid angle conversion functions as public.Arun Isaac
2021-02-05Use let* instead of declare and set.Arun Isaac
2021-02-05Replace underscores in identifiers with hyphens.Arun Isaac
2021-02-05Migrate C source to SC.Arun Isaac
2021-02-05Declare infinity_norm as static.Arun Isaac
2021-02-05Remove unused geometric progression functions.Arun Isaac
2021-02-05Remove unused extent oracles.Arun Isaac
2021-02-03Move source files and headers to separate directories.Arun Isaac