Package functions.unitary.transforms

  • Class Summary 
    Class Description
    Differential
    The Differential class is used as an intermediary for operations related to parsing derivatives and integrals.
    Integral
    A wrapper class used to store functions in the integration pipeline, allowing users to utilize the methods in tools.integration.
    PartialDerivative
    A wrapper class used to store functions in the integration pipeline, allowing users to utilize the methods provided by the Differentiable interface.
    Transformation
    The abstract Transformation class represents any transformation that turns one function into another function.