Package | Description |
---|---|
org.apache.commons.math3.analysis |
Parent package for common numerical analysis procedures, including root finding,
function interpolation and integration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DifferentiableUnivariateVectorFunction
Extension of
UnivariateVectorFunction representing a differentiable univariate vectorial function. |
Modifier and Type | Method and Description |
---|---|
UnivariateVectorFunction |
DifferentiableUnivariateVectorFunction.derivative()
Returns the derivative of the function
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.