Package functions.unitary.transforms
-
Class Summary Class Description Differential TheDifferential
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 intools.integration
.PartialDerivative A wrapper class used to store functions in the integration pipeline, allowing users to utilize the methods provided by theDifferentiable
interface.Transformation The abstractTransformation
class represents any transformation that turns one function into another function.