Uses of Class
org.intocps.maestro.interpreter.values.derivativeestimator.ScalarDerivativeEstimator
-
Packages that use ScalarDerivativeEstimator Package Description org.intocps.maestro.interpreter.values.derivativeestimator -
-
Uses of ScalarDerivativeEstimator in org.intocps.maestro.interpreter.values.derivativeestimator
Fields in org.intocps.maestro.interpreter.values.derivativeestimator declared as ScalarDerivativeEstimator Modifier and Type Field Description ScalarDerivativeEstimatorDerivativeEstimatorInstanceValue.DerivativesForVariable. estimatorConstructors in org.intocps.maestro.interpreter.values.derivativeestimator with parameters of type ScalarDerivativeEstimator Constructor Description DerivativesForVariable(java.lang.Integer order, java.lang.Integer provided, java.lang.Integer index, java.lang.String variable, ScalarDerivativeEstimator estimator)
-