Package-level declarations

Types

Link copied to clipboard
class ConcatenationContainer<T : DefinableDomain<Double>>(members: List<T>, absoluteDomains: List<Range<Double>>, absoluteStarts: List<Double>, tolerance: Double = 0.0)

Concatenates a list of members with a locally defined domain to a container with an absolutely defined domain. Requests to the container can be performed in the absolute domain, and the container will translate them to the local domain.