|
Class Summary |
| ConcaveTableFunction |
Class implements a table lookup concave function (for truly
random table functions) |
| DecreasingWrapper |
A Wrapper that takes an arbitrary increasing function,
and turns it into a decreasing one (by negating) |
| ExpFunction |
Implements an exponential function with given multiplicative
and additive terms. |
| Function |
An abstract class for single-arity function classes |
| IncreasingPoly |
Class implements an increasing polynomial function of a single argument |
| IncreasingTableFunction |
Class implements a table lookup incr. |
| LogFunction |
Class implements a log function. |
| PolyFunction |
Class implements a polynomial function of a single argument |
| TableFunction |
Class implements a table lookup function for truly random
table functions. |
| VectorFunction |
An abstract class to support functions on vectors of values. |