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.
|
value
DerivativeStructure[][] value(DerivativeStructure x)
x
- the point for which the function value should be computedMathIllegalArgumentException
- if x
does not
fulfill functions constraints (argument out of bound, or unsupported
derivative order for example)Copyright © 2017 CNES. All rights reserved.