Package dev.nm.analysis.function.tuple
-
Interface Summary Interface Description OrderedPairs Cartesian products and binary relations (and hence the ubiquitous functions) are defined in terms of ordered pairs. -
Class Summary Class Description Pair An ordered pair (x,y) is a pair of mathematical objects.PairComparatorByAbscissaFirst PairComparatorByAbscissaOnly PartialFunction A partial function from X to Y is a function f: X' → Y, where X' is a subset of X.SortedOrderedPairs The ordered pairs are first sorted by abscissa, then by ordinate.Triple A triple is a tuple of length three. -
Exception Summary Exception Description DuplicatedAbscissae This exception is thrown when a function has two same x-abscissae, hence ill-defined.