Class AbstractRandomVariableDifferentiableFactory

java.lang.Object
net.finmath.montecarlo.AbstractRandomVariableFactory
net.finmath.montecarlo.automaticdifferentiation.AbstractRandomVariableDifferentiableFactory
All Implemented Interfaces:
Serializable, RandomVariableDifferentiableFactory, RandomVariableFactory
Direct Known Subclasses:
RandomVariableDifferentiableAADFactory, RandomVariableDifferentiableADFactory

public abstract class AbstractRandomVariableDifferentiableFactory extends AbstractRandomVariableFactory implements RandomVariableDifferentiableFactory
A random variable factory extending AbstractRandomVariableFactory providing random variables implementing RandomVariableDifferentiable.
Version:
1.0
Author:
Christian Fries
See Also: