|
Deterministic Gaussian Sampling
|
additional parameters for the GMToDiracIntegration function More...
#include <gm_to_dirac_optimization_params.h>
Public Member Functions | |
| GMToDiracIntegrationParams (size_t L, size_t bSizeEstimate) | |
| void | reset (const gsl_vector *x) |
| resets cacheManager and x to the new x | |
Data Fields | |
| size_t * | xi |
| size_t * | eta |
| const gsl_vector * | x |
| floatingBucketCacheManager * | cacheManagerPrefactor |
| floatingBucketCacheManagerIntKey * | cacheManagerInnerSum |
additional parameters for the GMToDiracIntegration function
|
inline |
resets cacheManager and x to the new x
should be called whenever x changes
| x |