|
subroutine | free_particle_sampling (self) |
| Descructor. More...
|
|
subroutine | init_particle_sampling (self, sampling_type, dims, n_particles_local, rank, delta_perturb, delta_eps) |
| Initializer. More...
|
|
subroutine | reset_seed_jump (self, jump) |
|
subroutine | sample_cv_particle_sampling (self, particle_group, params, xmin, Lx, control_variate, time, map, lindf) |
| Sample with control variate (we assume that the particle weights are given in the following order: (full f weight, value of initial distribution at time 0, delta f weights) More...
|
|
subroutine | sample_particle_sampling (self, particle_group, params, xmin, Lx, map) |
| Sample from distribution defined by params. More...
|
|
subroutine | sample_particle_sampling_all (self, particle_group, params, xmin, Lx) |
| Helper function for pure sampling. More...
|
|
subroutine | sample_particle_sampling_sym_1d2v (self, particle_group, params, xmin, Lx) |
| Helper function for antithetic sampling in 1d2v. More...
|
|
subroutine | sample_particle_sampling_sym2_1d2v (self, particle_group, params, xmin, Lx) |
| Helper function for antithetic sampling in 1d2v. More...
|
|
subroutine | sample_particle_sampling_unix (self, particle_group, params, xmin, Lx) |
| Helper function for antithetic sampling in 1d2v. More...
|
|
subroutine | sample_particle_sampling_unix_1d2v (self, particle_group, params, xmin, Lx) |
| Helper function for antithetic sampling in 1d2v. More...
|
|
subroutine | sample_particle_sampling_sym_3d3v (self, particle_group, params, xmin, Lx) |
| Helper function for antithetic sampling in 3d3v. More...
|
|
subroutine | sample_particle_sampling_sym_uni_3d3v (self, particle_group, params, xmin, Lx) |
| Helper function for antithetic sampling in 1d2v. More...
|
|
subroutine | sample_particle_sampling_all_trafo (self, particle_group, params, xmin, Lx, map) |
| Helper function for pure sampling. More...
|
|
subroutine | delta_function_perturbation (self, particle_group, xmin, Lx) |
|
subroutine | sample_particle_sampling_sym_1d2v_trafo (self, particle_group, params, Lx, map) |
| Helper function for antithetic sampling in 1d2v. More...
|
|
subroutine | sample_particle_sampling_sym_3d3v_trafo (self, particle_group, params, xmin, Lx, map) |
| Helper function for antithetic sampling in 1d2v. More...
|
|
subroutine, public | sll_s_particle_sampling_randomized_weights (particle_group, alpha, seed) |
|