Class DerivativeEstimatorInstanceValue.DerivativesForVariable
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.derivativeestimator.DerivativeEstimatorInstanceValue.DerivativesForVariable
-
- Enclosing class:
- DerivativeEstimatorInstanceValue
public static class DerivativeEstimatorInstanceValue.DerivativesForVariable extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ScalarDerivativeEstimatorestimatorjava.lang.Integerindexjava.lang.Integerorderjava.lang.IntegerprovidedintsizeOfProvidedValuesjava.lang.Stringvariable
-
Constructor Summary
Constructors Constructor Description DerivativesForVariable(java.lang.Integer order, java.lang.Integer provided, java.lang.Integer index, java.lang.String variable, ScalarDerivativeEstimator estimator)
-
-
-
Field Detail
-
order
public final java.lang.Integer order
-
provided
public final java.lang.Integer provided
-
index
public final java.lang.Integer index
-
variable
public final java.lang.String variable
-
estimator
public final ScalarDerivativeEstimator estimator
-
sizeOfProvidedValues
public final int sizeOfProvidedValues
-
-
Constructor Detail
-
DerivativesForVariable
public DerivativesForVariable(java.lang.Integer order, java.lang.Integer provided, java.lang.Integer index, java.lang.String variable, ScalarDerivativeEstimator estimator)
-
-