public interface FieldUnivariateVectorFunction
Modifier and Type | Method | Description |
---|---|---|
default <T extends RealFieldElement<T>> |
toRealFieldUnivariateVectorFunction(Field<T> field) |
Convert to a
RealFieldUnivariateVectorFunction with a specific type. |
<T extends RealFieldElement<T>> |
value(T x) |
Compute the value for the function.
|
default <T extends RealFieldElement<T>> RealFieldUnivariateVectorFunction<T> toRealFieldUnivariateVectorFunction(Field<T> field)
RealFieldUnivariateVectorFunction
with a specific type.T
- the type of the field elementsfield
- field for the argument and value<T extends RealFieldElement<T>> T[] value(T x)
T
- the type of the field elementsx
- the point for which the function value should be computedCopyright © 2016–2018 Hipparchus.org. All rights reserved.