Package | Description |
---|---|
fr.cnes.sirius.patrius.math.analysis.differentiation |
This package holds the main interfaces and basic building block classes
dealing with differentiation.
|
Modifier and Type | Class and Description |
---|---|
class |
FiniteDifferencesDifferentiator
Univariate functions differentiator using finite differences.
|
class |
RiddersDifferentiator
Implements Ridders method of polynomial extrapolation for differentiation
of real univariate functions.
The algorithm implemented in this class comes from Numerical Recipes in Fortran 77 : the art of scientific computing. With respect to the UnivariateDifferentiableFunction implementation,
since this class uses a specific differentiation algorithm,
the returned DerivativeStructure instances are constant
( they cannot provide derivatives other than the first order already computed when they are created). |
Copyright © 2023 CNES. All rights reserved.