public abstract class ParamDiffFunction extends Parameterizable implements IParamDiffFunction
Abstract class to define generic function of IParamDiffFunction.
IParamDiffFunction,
Serialized Form| Constructor 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, getParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitderivativeValuevaluegetParameterspublic boolean supportsParameter(Parameter p)
supportsParameter in interface IParameterizablesupportsParameter in class Parameterizablep - parameter to checkpublic boolean isDifferentiableBy(Parameter p)
isDifferentiableBy in interface IParamDiffFunctionp - function parameterCopyright © 2021 CNES. All rights reserved.