Package | Description |
---|---|
org.apache.commons.math3.analysis |
Parent package for common numerical analysis procedures, including root finding,
function interpolation and integration.
|
org.apache.commons.math3.analysis.differentiation |
This package holds the main interfaces and basic building block classes
dealing with differentiation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DifferentiableUnivariateMatrixFunction
Deprecated.
as of 3.1 replaced by
UnivariateDifferentiableMatrixFunction |
Modifier and Type | Method and Description |
---|---|
UnivariateMatrixFunction |
DifferentiableUnivariateMatrixFunction.derivative()
Deprecated.
Returns the derivative of the function
|
Modifier and Type | Interface and Description |
---|---|
interface |
UnivariateDifferentiableMatrixFunction
Extension of
UnivariateMatrixFunction representing a univariate differentiable matrix function. |
Modifier and Type | Method and Description |
---|---|
UnivariateDifferentiableMatrixFunction |
UnivariateMatrixFunctionDifferentiator.differentiate(UnivariateMatrixFunction function)
Create an implementation of a
differential from a regular matrix function . |
UnivariateDifferentiableMatrixFunction |
FiniteDifferencesDifferentiator.differentiate(UnivariateMatrixFunction function)
Create an implementation of a
differential from a regular matrix function . |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.