org.apache.commons.math3.analysis.differentiation
Interface UnivariateDifferentiableVectorFunction
- All Superinterfaces:
- UnivariateVectorFunction
- All Known Implementing Classes:
- HermiteInterpolator
public interface UnivariateDifferentiableVectorFunction
- extends UnivariateVectorFunction
Extension of UnivariateVectorFunction
representing a univariate differentiable vectorial function.
- Since:
- 3.1
- Version:
- $Id: UnivariateDifferentiableVectorFunction.java 1462699 2013-03-30 04:09:17Z psteitz $
value
DerivativeStructure[] value(DerivativeStructure x)
throws MathIllegalArgumentException
- Compute the value for the function.
- Parameters:
x
- the point for which the function value should be computed
- Returns:
- the value
- Throws:
MathIllegalArgumentException
- if x
does not
satisfy the function's constraints (argument out of bound, or unsupported
derivative order for example)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.