Derived Types

TypeLocationExtendsDescription
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 get_pos_array will return the array of positions in which the value can be added get_max_array_size will return the maximum size of the array of positions that can be added

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

type~~graph~~TypeGraph type~dynamical_list_t dynamical_list_t type~fixed_list_t fixed_list_t type~fixed_list_t->type~fixed_list_t next, prev type~maxheap_t maxheap_t type~measure_controller_t measure_controller_t type~sampler_base_t sampler_base_t type~statistical_measure_t statistical_measure_t type~weighted_histogram_t weighted_histogram_t type~weighted_sampler_t weighted_sampler_t type~weighted_sampler_t->type~sampler_base_t type~weighted_sampler_t~2 weighted_sampler_t type~weighted_sampler_t~2->type~dynamical_list_t indices type~weighted_sampler_t~2->type~maxheap_t heap type~weighted_sampler_t~2->type~sampler_base_t type~weighted_sampler_t~3 weighted_sampler_t type~weighted_sampler_t~3->type~dynamical_list_t indices type~weighted_sampler_t~3->type~sampler_base_t type~weighted_sampler_t~4 weighted_sampler_t type~weighted_sampler_t~4->type~sampler_base_t type~weighted_sampler_t~4->type~weighted_sampler_t~2 samplers type~weighted_sampler_t~5 weighted_sampler_t type~weighted_sampler_t~5->type~sampler_base_t type~weighted_sampler_t~5->type~weighted_sampler_t~3 samplers type~weighted_sampler_t~6 weighted_sampler_t type~weighted_sampler_t~6->type~sampler_base_t type~weighted_sampler_t~6->type~weighted_sampler_t btree type~weighted_sampler_t~6->type~weighted_sampler_t~2 samplers
Help