Package | Description |
---|---|
org.apache.commons.math.analysis |
Parent package for common numerical analysis procedures, including root finding,
function interpolation and integration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DifferentiableUnivariateMatrixFunction
Extension of
UnivariateMatrixFunction representing a differentiable univariate matrix function. |
Modifier and Type | Method and Description |
---|---|
UnivariateMatrixFunction |
DifferentiableUnivariateMatrixFunction.derivative()
Returns the derivative of the function
|
Copyright © 2003–2019. All rights reserved.