Class DiscreteFunctionOperationRepository<X,​Y>

  • Type Parameters:
    X - the type of the independent variable (input) of the discrete function
    Y - the type of the dependent variable (output)of the discrete function and type of the elements of the environment on which the operations are based.

    public class DiscreteFunctionOperationRepository<X,​Y>
    extends java.lang.Object

    Contains instances of operations on discrete functions, based on an environment and with a conversion.

    The main purpose is to be able to re-use the instances of the operations, in order to avoid to have to re-create them all the time.