Uses of Interface
net.finmath.functions.DoubleTernaryOperator
| Package | Description |
|---|---|
| net.finmath.montecarlo |
Provides basic interfaces and classes used in Monte-Carlo models (like LIBOR market model or Monte-Carlo simulation
of a Black-Scholes model), e.g., the Monte-Carlo random variable and the Brownian motion.
|
| net.finmath.montecarlo.automaticdifferentiation.backward |
Provides the implementation of backward automatic differentiation.
|
| net.finmath.montecarlo.automaticdifferentiation.forward |
Provides the implementation of forward automatic differentiation.
|
| net.finmath.stochastic |
Interfaces specifying operations on random variables.
|
-
Uses of DoubleTernaryOperator in net.finmath.montecarlo
Methods in net.finmath.montecarlo with parameters of type DoubleTernaryOperator Modifier and Type Method Description RandomVariableRandomVariableFromDoubleArray. apply(DoubleTernaryOperator operator, RandomVariable argument1, RandomVariable argument2)RandomVariableRandomVariableFromFloatArray. apply(DoubleTernaryOperator operator, RandomVariable argument1, RandomVariable argument2)RandomVariableRandomVariableLazyEvaluation. apply(DoubleTernaryOperator operator, RandomVariable argument1, RandomVariable argument2) -
Uses of DoubleTernaryOperator in net.finmath.montecarlo.automaticdifferentiation.backward
Methods in net.finmath.montecarlo.automaticdifferentiation.backward with parameters of type DoubleTernaryOperator Modifier and Type Method Description RandomVariableRandomVariableDifferentiableAAD. apply(DoubleTernaryOperator operator, RandomVariable argument1, RandomVariable argument2) -
Uses of DoubleTernaryOperator in net.finmath.montecarlo.automaticdifferentiation.forward
Methods in net.finmath.montecarlo.automaticdifferentiation.forward with parameters of type DoubleTernaryOperator Modifier and Type Method Description RandomVariableRandomVariableDifferentiableAD. apply(DoubleTernaryOperator operator, RandomVariable argument1, RandomVariable argument2) -
Uses of DoubleTernaryOperator in net.finmath.stochastic
Methods in net.finmath.stochastic with parameters of type DoubleTernaryOperator Modifier and Type Method Description RandomVariableRandomVariable. apply(DoubleTernaryOperator operator, RandomVariable argument1, RandomVariable argument2)Applies x → operator(x,y,z) to this random variable, where x is this random variable and y and z are given random variable.RandomVariableRandomVariableArrayImplementation. apply(DoubleTernaryOperator operator, RandomVariable argument1, RandomVariable argument2)RandomVariableScalar. apply(DoubleTernaryOperator operator, RandomVariable argument1, RandomVariable argument2)