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)
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 © 2024 CNES. All rights reserved.