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 and Description |
---|
MultivariateDifferentiableFunction
Extension of
MultivariateFunction representing a
multivariate differentiable real function. |
UnivariateDifferentiableFunction
Interface for univariate functions derivatives.
|
Class and Description |
---|
Derivative
Interface representing both the value and the differentials of a function.
|
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 . |
FieldDerivative
Interface representing both the value and the differentials of a function.
|
FieldDerivativeStructure
Class representing both the value and the differentials of a function.
|
FieldGradient
Class representing both the value and the differentials of a function.
|
FieldGradientField
Field for
Gradient instances. |
FieldUnivariateDerivative
Abstract class representing both the value and the differentials of a function.
|
FieldUnivariateDerivative1
Class representing both the value and the differentials of a function.
|
FieldUnivariateDerivative1Field
Field for
FieldUnivariateDerivative1 instances. |
FieldUnivariateDerivative2
Class representing both the value and the differentials of a function.
|
FieldUnivariateDerivative2Field
Field for
FieldUnivariateDerivative2 instances. |
Gradient
Class representing both the value and the differentials of a function.
|
GradientField
Field for
Gradient instances. |
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.
|
UnivariateDerivative
Abstract class representing both the value and the differentials of a function.
|
UnivariateDerivative1
Class representing both the value and the differentials of a function.
|
UnivariateDerivative1Field
Field for
UnivariateDerivative1 instances. |
UnivariateDerivative2
Class representing both the value and the differentials of a function.
|
UnivariateDerivative2Field
Field for
UnivariateDerivative2 instances. |
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 and Description |
---|
Derivative
Interface representing both the value and the differentials of a function.
|
DerivativeStructure
Class representing both the value and the differentials of a function.
|
ExtendedUnivariateDifferentiableFunction
Extension of
UnivariateDifferentiableFunction for Derivative . |
UnivariateDifferentiableFunction
Interface for univariate functions derivatives.
|
Class and Description |
---|
Derivative
Interface representing both the value and the differentials of a function.
|
DerivativeStructure
Class representing both the value and the differentials of a function.
|
ExtendedUnivariateDifferentiableVectorFunction
Extension of
UnivariateDifferentiableVectorFunction for Derivative . |
UnivariateDifferentiableVectorFunction
Extension of
UnivariateVectorFunction representing a univariate differentiable vectorial function. |
Class and Description |
---|
DerivativeStructure
Class representing both the value and the differentials of a function.
|
UnivariateDifferentiableFunction
Interface for univariate functions derivatives.
|
Class and Description |
---|
DerivativeStructure
Class representing both the value and the differentials of a function.
|
UnivariateDifferentiableFunction
Interface for univariate functions derivatives.
|
Copyright © 2016–2020 Hipparchus.org. All rights reserved.