public class RandomVariableDifferentiableADFactory extends AbstractRandomVariableDifferentiableFactory
| Constructor and Description |
|---|
RandomVariableDifferentiableADFactory() |
RandomVariableDifferentiableADFactory(AbstractRandomVariableFactory randomVariableFactoryForNonDifferentiable) |
| Modifier and Type | Method and Description |
|---|---|
RandomVariableDifferentiable |
createRandomVariable(double time,
double value) |
RandomVariableDifferentiable |
createRandomVariable(double time,
double[] values) |
String |
toString() |
createRandomVariable, createRandomVariableNonDifferentiable, createRandomVariableNonDifferentiablecreateRandomVariableArray, createRandomVariableMatrixpublic RandomVariableDifferentiableADFactory()
public RandomVariableDifferentiableADFactory(AbstractRandomVariableFactory randomVariableFactoryForNonDifferentiable)
randomVariableFactoryForNonDifferentiable - Random variable facotory for the underlying values.public RandomVariableDifferentiable createRandomVariable(double time, double value)
createRandomVariable in class AbstractRandomVariableDifferentiableFactorypublic RandomVariableDifferentiable createRandomVariable(double time, double[] values)
createRandomVariable in class AbstractRandomVariableDifferentiableFactorypublic String toString()
toString in class AbstractRandomVariableDifferentiableFactoryCopyright © 2019. All rights reserved.