aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-02-23Wrap extent oracles.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-23Wrap gsl polynomial evaluation function.Arun Isaac
2021-02-23Wrap gsl rstat functions.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-11Include gsl_vector.h instead of gsl_blas.h.Arun Isaac
2021-02-11Remove unnecessary whitespace.Arun Isaac
2021-02-11Link libextentsampling with libgsl and libgslcblas.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-10Add guix.scm.Arun Isaac
2021-02-10Declare planar, solid angle conversion functions as public.Arun Isaac
2021-02-10Add pre-installation environment script.Arun Isaac
2021-02-10Add scheme wrapper.Arun Isaac