Class | Description |
---|---|
AbstractDiscreteFunctionBinaryOperation<X,Y> |
A binary operation that takes two
DiscreteFunction s 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 DiscreteFunction s |
DiscreteFunctionDivision<X,Y> |
The
AbstractDiscreteFunctionBinaryOperation that describes the division of two DiscreteFunction s |
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 DiscreteFunction s |