public abstract class ParamDiffFunction extends Parameterizable implements IParamDiffFunction
Abstract class to define generic function of IParamDiffFunction
.
IParamDiffFunction
,
Serialized FormConstructor and Description |
---|
ParamDiffFunction() |
Modifier and Type | Method and Description |
---|---|
boolean |
isDifferentiableBy(Parameter p)
Tell if the function is differentiable by the given parameter.
|
boolean |
supportsParameter(Parameter p)
Check if a parameter is supported.
|
addParameter, getParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
derivativeValue
value
getParameters
public boolean supportsParameter(Parameter p)
supportsParameter
in interface IParameterizable
supportsParameter
in class Parameterizable
p
- parameter to checkpublic boolean isDifferentiableBy(Parameter p)
isDifferentiableBy
in interface IParamDiffFunction
p
- function parameterCopyright © 2019 CNES. All Rights Reserved.