Type | Location | Extends | Description |
---|---|---|---|
dynamical_list_t | datastructs_lists_dynamical_list_mod | None | List of integers with a given maximum fixed size The first index is always 1, and filled up to n_used It contains routines for managing the list |
fixed_list_t | datastructs_lists_fixed_list_mod | None | Type for a fixed list, that can be used as a list of lists |
maxheap_t | datastructs_maxheap_mod | None | Type for a maxheap |
measure_controller_t | datastructs_measures_mod | None | Measure controller for managing time steps
The idea is that this controller will keep track of the last value added and the last position added
The procedures will automatically add or not a given position
|
sampler_base_t | datastructs_samplers_base_mod | None | Base type for all samplers |
statistical_measure_t | datastructs_measures_mod | None | Object to handle statistical measures This object will keep track of the statistical measures for a given set of points Procedures are available to access the measures |
weighted_histogram_t | datastructs_histograms_mod | None | Weighted histogram type |
weighted_sampler_t | datastructs_samplers_btree_mod | sampler_base_t | Derived type, extending from the base |
weighted_sampler_t | datastructs_samplers_rejection_maxheap_two_classes_mod | sampler_base_t | Derived type, extending from the base |
weighted_sampler_t | datastructs_samplers_rejection_two_classes_mod | sampler_base_t | Derived type, extending from the base |
weighted_sampler_t | datastructs_samplers_rejection_maxheap_mod | sampler_base_t | Derived type, extending from the base |
weighted_sampler_t | datastructs_samplers_rejection_maxheap_composition_mod | sampler_base_t | Derived type, extending from the base |
weighted_sampler_t | datastructs_samplers_rejection_mod | sampler_base_t | Derived type, extending from the base |