Expand description
Miscellaneous objects, traits, and functions.
Modulesยง
- binary_
search - Binary search on sorted lists
- combinatorics
- Mathematical combinatorics.
- distances
- Calculating Euclidean distances
- functions
- Traits and tools to work with functions (composition, evaluation, etc.)
- heaps
- Heaps; especially heaps of iterators, which can be used to merge multiple sorted iterators into a combined sorted interator
- indexing_
and_ bijection - Bijective functions.
- iterators
- General tools for working with iterators.
- optimization
- Mathematical optimization
- order
- Partial and total orders
- random
- Random object generators
- sequences_
and_ ordinals - Sequences and ordinals.
- sets
- Provides functionality for sets, e.g. trait for determining whether a collection (e.g. a hashmap or a sequence) contains a key or an element.
- statistics
- Elementary statistics