Uses of Class
net.finmath.montecarlo.automaticdifferentiation.backward.RandomVariableDifferentiableAADFactory.DiracDeltaApproximationMethod
Package | Description |
---|---|
net.finmath.montecarlo.automaticdifferentiation.backward |
Provides the implementation of backward automatic differentiation.
|
-
Uses of RandomVariableDifferentiableAADFactory.DiracDeltaApproximationMethod in net.finmath.montecarlo.automaticdifferentiation.backward
Methods in net.finmath.montecarlo.automaticdifferentiation.backward that return RandomVariableDifferentiableAADFactory.DiracDeltaApproximationMethod Modifier and Type Method Description RandomVariableDifferentiableAADFactory.DiracDeltaApproximationMethod
RandomVariableDifferentiableAADFactory. getDiracDeltaApproximationMethod()
static RandomVariableDifferentiableAADFactory.DiracDeltaApproximationMethod
RandomVariableDifferentiableAADFactory.DiracDeltaApproximationMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static RandomVariableDifferentiableAADFactory.DiracDeltaApproximationMethod[]
RandomVariableDifferentiableAADFactory.DiracDeltaApproximationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.