aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArun Isaac2021-04-20 16:52:35 +0530
committerArun Isaac2021-04-20 17:01:55 +0530
commit9266f4ce5213ea3197484ca22cb82ca082382fc6 (patch)
treec96f47466097bac01a63bded1e6ff78a83e49fff /include
parent2eacc2841e34c926b9bb739c9800783b61e1d01a (diff)
downloadnsmc-9266f4ce5213ea3197484ca22cb82ca082382fc6.tar.gz
nsmc-9266f4ce5213ea3197484ca22cb82ca082382fc6.tar.lz
nsmc-9266f4ce5213ea3197484ca22cb82ca082382fc6.zip
Return the first accurate estimate.
* include/extent-sampling.h (volume_window): Delete function. * src/extent-sampling.sc (integral, volume): Return the first accurate estimate. (volume-window): Delete function. * scm/nsmc/wrap.scm (volume-window): Delete function.
Diffstat (limited to 'include')
-rw-r--r--include/extent-sampling.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/extent-sampling.h b/include/extent-sampling.h
index 9ceddf5..edf8b19 100644
--- a/include/extent-sampling.h
+++ b/include/extent-sampling.h
@@ -43,11 +43,6 @@ double volume
const gsl_rng* r, unsigned int dimension, double rtol,
gsl_rstat_workspace* stats);
-double volume_window
-(extent_oracle_t *extent_oracle, double true_volume,
- const gsl_rng* r, unsigned int dimension, double rtol,
- unsigned int* number_of_samples);
-
double integral
(integrand_t *integrand, extent_oracle_t *extent_oracle, double true_integral,
const gsl_rng* r, unsigned int dimension, double rtol,