| 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 |
DifferentiableUnivariateVectorialFunction
Extension of
UnivariateVectorialFunction representing a differentiable univariate vectorial function. |
| Modifier and Type | Method and Description |
|---|---|
UnivariateVectorialFunction |
DifferentiableUnivariateVectorialFunction.derivative()
Returns the derivative of the function
|
Copyright © 2003–2015. All rights reserved.