aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-20Return rstat object from volume and integral wrappers.Arun Isaac
2021-04-20Do not return volume or integral estimate.Arun Isaac
2021-04-20Return the first accurate estimate.Arun Isaac
2021-04-08Wrap volume-importance.Arun Isaac
2021-04-08Rename volume-experiment to volume-importance.Arun Isaac
2021-04-08Wrap gsl_sf_lngamma.Arun Isaac
2021-03-19Demonstrate cone sampling with rejection sampling too.Arun Isaac
2021-03-19Implement rejection sampling based cone sampling.Arun Isaac
2021-03-19Factor out random planar angle generation.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-03-15Put sample code in separate function.Arun Isaac
2021-03-15Remove unused imports.Arun Isaac
2021-03-15Add function docstrings.Arun Isaac
2021-03-15Remove space between function name and bracket.Arun Isaac
2021-03-15Implement simplified cone sampling algorithm.Arun Isaac
2021-03-15Vectorize functions.Arun Isaac
2021-03-15Fix solid_angle_fraction2planar_angle for solid_angle_fraction > 1/2.Arun Isaac
2021-03-10Do not concatenate numpy arrays.Arun Isaac
2021-03-10Remove surface area computation.Arun Isaac
2021-03-10Add Python implementation of cone sampling.Arun Isaac
2021-02-26Add copyright and license headers.Arun Isaac
2021-02-26List papers as a bulleted list.Arun Isaac
2021-02-26Add guix environment instructions to guix.scm.Arun Isaac
2021-02-26Add copyright and license headers for all files.Arun Isaac
2021-02-26Add a copy of the GPLv3.Arun Isaac
2021-02-26Add explicit citation information in README.Arun Isaac
2021-02-26Refer to papers in the opening of the README.Arun Isaac
2021-02-26Change title of README.Arun Isaac
2021-02-26Document running of examples in README.Arun Isaac
2021-02-26Add hollow cone vector generation example.Arun Isaac
2021-02-26Add cone vector generation example.Arun Isaac
2021-02-26Set CPATH and LIBRARY_PATH in pre-inst-env wrapper.Arun Isaac
2021-02-26Rename subsampling-random-vector to cone-random-vector.Arun Isaac
2021-02-26Rename project to nsmc.Arun Isaac
2021-02-26Advertise guix environment in README.Arun Isaac
2021-02-26Link to dependencies in README.Arun Isaac
2021-02-26Specify GSL as a dependency in README.Arun Isaac
2021-02-26Add indent to build dependencies.Arun Isaac
2021-02-26Fix home-page in guix.scm.Arun Isaac
2021-02-26Add README.Arun Isaac
2021-02-26Comment about building and installing shared library.Arun Isaac
2021-02-26Include GNUInstallDirs earlier in CMakeLists.Arun Isaac
2021-02-26Wrap volume-window function.Arun Isaac
2021-02-26Remove unused neval variable.Arun Isaac
2021-02-24Remove workaround for sph-sc negation bug.Arun Isaac
2021-02-23Wrap integral function.Arun Isaac
2021-02-23Wrap volume function.Arun Isaac
2021-02-23Wrap integrands.Arun Isaac