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 1462496 2013-03-29 14:56:08Z 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 (c) 2003-2013 Apache Software Foundation