public interface UnivariateDifferentiableMatrixFunction extends UnivariateMatrixFunction
UnivariateMatrixFunction representing a univariate differentiable matrix function.| Modifier and Type | Method and Description | 
|---|---|
| DerivativeStructure[][] | value(DerivativeStructure x)Compute the value for the function. | 
valueDerivativeStructure[][] value(DerivativeStructure x) throws MathIllegalArgumentException
x - 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.