Package | Description |
---|---|
org.hipparchus.analysis |
Parent package for common numerical analysis procedures, including root finding,
function interpolation and integration.
|
org.hipparchus.analysis.differentiation |
This package holds the main interfaces and basic building block classes
dealing with differentiation.
|
org.hipparchus.analysis.function |
The
function package contains function objects that wrap the
methods contained in Math , as well as common
mathematical functions such as the gaussian and sinc functions. |
org.hipparchus.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
org.hipparchus.analysis.polynomials |
Univariate real polynomials implementations, seen as differentiable
univariate real functions.
|
org.hipparchus.analysis.solvers |
Root finding algorithms, for univariate real functions.
|
Class | Description |
---|---|
MultivariateDifferentiableFunction |
Extension of
MultivariateFunction representing a
multivariate differentiable real function. |
UnivariateDifferentiableFunction |
Interface for univariate functions derivatives.
|
Class | Description |
---|---|
DerivativeStructure |
Class representing both the value and the differentials of a function.
|
DSCompiler |
Class holding "compiled" computation rules for derivative structures.
|
DSFactory |
Factory for
DerivativeStructure . |
FDSFactory |
Factory for
FieldDerivativeStructure . |
FieldDerivativeStructure |
Class representing both the value and the differentials of a function.
|
MultivariateDifferentiableFunction |
Extension of
MultivariateFunction representing a
multivariate differentiable real function. |
MultivariateDifferentiableVectorFunction |
Extension of
MultivariateVectorFunction representing a
multivariate differentiable vectorial function. |
SparseGradient |
First derivative computation with large number of variables.
|
UnivariateDifferentiableFunction |
Interface for univariate functions derivatives.
|
UnivariateDifferentiableMatrixFunction |
Extension of
UnivariateMatrixFunction representing a univariate differentiable matrix function. |
UnivariateDifferentiableVectorFunction |
Extension of
UnivariateVectorFunction representing a univariate differentiable vectorial function. |
UnivariateFunctionDifferentiator |
Interface defining the function differentiation operation.
|
UnivariateMatrixFunctionDifferentiator |
Interface defining the function differentiation operation.
|
UnivariateVectorFunctionDifferentiator |
Interface defining the function differentiation operation.
|
Class | Description |
---|---|
DerivativeStructure |
Class representing both the value and the differentials of a function.
|
UnivariateDifferentiableFunction |
Interface for univariate functions derivatives.
|
Class | Description |
---|---|
DerivativeStructure |
Class representing both the value and the differentials of a function.
|
UnivariateDifferentiableVectorFunction |
Extension of
UnivariateVectorFunction representing a univariate differentiable vectorial function. |
Class | Description |
---|---|
DerivativeStructure |
Class representing both the value and the differentials of a function.
|
UnivariateDifferentiableFunction |
Interface for univariate functions derivatives.
|
Class | Description |
---|---|
DerivativeStructure |
Class representing both the value and the differentials of a function.
|
UnivariateDifferentiableFunction |
Interface for univariate functions derivatives.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.