public interface ExtendedUnivariateDifferentiableFunction extends UnivariateDifferentiableFunction
UnivariateDifferentiableFunction for Derivative.| Modifier and Type | Method and Description |
|---|---|
<T extends Derivative<T>> |
value(T x)
Compute the value for the function.
|
valuevalue<T extends Derivative<T>> T value(T x) throws MathIllegalArgumentException
T - the type of the field elementsx - the point for which the function value should be computedMathIllegalArgumentException - if x does not
satisfy the function's constraints (argument out of bound, or unsupported
derivative order for example)Copyright © 2016–2020 Hipparchus.org. All rights reserved.