| Class | Description |
|---|---|
| AbstractDiscreteFunctionBinaryOperation<X,Y> |
A binary operation that takes two
DiscreteFunctions and produces a DiscreteFunction. |
| CodomainExtraction<Y> |
A conversion that takes a
DiscreteFunction and produces an iterable that contains the values of its codomain. |
| DiscreteFunctionAddition<X,Y> |
The
AbstractDiscreteFunctionBinaryOperation that describes the addition of two DiscreteFunctions |
| DiscreteFunctionDivision<X,Y> |
The
AbstractDiscreteFunctionBinaryOperation that describes the division of two DiscreteFunctions |
| DiscreteFunctionMultiplication<X,Y> |
The
AbstractDiscreteFunctionBinaryOperation that describes the multiplication of two DiscreteFunction
s |
| DiscreteFunctionOperationRepository<X,Y> |
Contains instances of operations on discrete functions, based on an environment and with a conversion.
|
| DiscreteFunctionSubtraction<X,Y> |
The
AbstractDiscreteFunctionBinaryOperation that describes the subtraction of two DiscreteFunctions |