Package org.drip.function.r1tor1operator

Built-in R1 To R1 Operator Functions
Author:
Lakshmi Krishnamurthy
  • Class Summary
    Class Description
    Addition
    Addition implements the Univariate x + a Operator Function.
    Convolution
    Convolution provides the evaluation of the Convolution au1 * au2 and its derivatives for a specified variate.
    Exponential
    Addition implements the Univariate x + a Operator Function.
    Flat
    Flat implements the level constant Univariate Function.
    NaturalLogarithm
    NaturalLogarithm implements the Natural Log Operator Function.
    NaturalLogSeriesElement
    NaturalLogSeriesElement implements an element in the natural log series expansion.
    OffsetIdempotent
    OffsetIdempotent provides the Implementation of the Offset Idempotent Operator - f(x) = x - C.
    Polynomial
    Polynomial provides the evaluation of the nth order Polynomial and its derivatives for a specified variate.
    Reciprocal
    Reciprocal implements the 1/x Operator Function.
    Reflection
    Reflection provides the evaluation f(1-x) instead of f(x) for a given f.
    Scaler
    Scaler implements the a.x Operator Function.