org.apache.commons.math3.analysis.differentiation
Interface UnivariateDifferentiableMatrixFunction
- All Superinterfaces:
- UnivariateMatrixFunction
public interface UnivariateDifferentiableMatrixFunction
- extends UnivariateMatrixFunction
Extension of UnivariateMatrixFunction
representing a univariate differentiable matrix function.
- Since:
- 3.1
- Version:
- $Id: UnivariateDifferentiableMatrixFunction.java 7721 2013-02-14 14:07:13Z CardosoP $
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
fulfill functions constraints (argument out of bound, or unsupported
derivative order for example)
Copyright © 2016 CNES. All Rights Reserved.