Package org.drip.function.definition

Function Implementation Ancillary Support Objects
Author:
Lakshmi Krishnamurthy
  • Interface Summary
    Interface Description
    R2ToR1
    R2ToR1 provides the Evaluation of the Objective Function and its derivatives for a specified variate Pair.
    R2ToZ1
    R2ToZ1 provides the Evaluation of the Complex Objective Function and its Derivatives for a specified Variate Pair.
    R3ToR1
    R3ToR1 provides the Evaluation of the Objective Function and its derivatives for a specified variate Pair.
  • Class Summary
    Class Description
    CartesianComplexNumber
    CartesianComplexNumber implements the functionality for dealing with the Cartesian Form of Complex Numbers.
    PoleResidue
    PoleResidue holds the Residue for given variate, if it is a Pole.
    R1PropertyVerification
    R1PropertyVerification evaluates the Specified Pair of Rx To R1 Functions, and holds the Verification Status.
    R1ToR1
    R1ToR1 provides the evaluation of the objective function and its derivatives for a specified variate.
    R1ToR1Property
    R1ToR1Property evaluates the Specified Pair of R1 To R1 Functions, and verifies the Properties.
    R1ToRd
    R1ToRd provides the evaluation of the R1 To Rd Objective Function and its derivatives for a specified variate.
    R2ToR1Property
    R2ToR1Property evaluates the Specified Pair of R2 To R1 Functions, and verifies the Properties.
    R3ToR1Property
    R3ToR1Property evaluates the Specified Pair of R3 To R1 Functions, and verifies the Properties.
    RdToR1
    RdToR1 provides the evaluation of the Rd To R1 objective function and its derivatives for a specified set of Rd variates.
    RdToRd
    RdToRd provides the evaluation of the Rd To Rd objective function and its derivatives for a specified set of Rd variates.
    RxToR1Property
    RxToR1Property evaluates the Specified Pair of Rx To R1 Functions, and verifies the Properties.
    SizedVector
    SizedVector holds the Rd Unit Direction Vector along with its Magnitude.
    UnitVector
    UnitVector implements the Normalized Rd Unit Vector.
    VariateOutputPair
    VariateOutputPair records the Multidimensional Variate and its corresponding Objective Function Value.