Uses of Package
org.hipparchus.analysis.differentiation
-
Packages that use org.hipparchus.analysis.differentiation 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 Thefunction
package contains function objects that wrap the methods contained inMath
, 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. -
Classes in org.hipparchus.analysis.differentiation used by org.hipparchus.analysis Class Description MultivariateDifferentiableFunction Extension ofMultivariateFunction
representing a multivariate differentiable real function.UnivariateDifferentiableFunction Interface for univariate functions derivatives. -
Classes in org.hipparchus.analysis.differentiation used by org.hipparchus.analysis.differentiation Class 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 forDerivativeStructure
.DSFactory.DSField Field for {link DerivativeStructure} instances.FDSFactory Factory forFieldDerivativeStructure
.FDSFactory.DerivativeField Field for {link FieldDerivativeStructure} instances.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 forGradient
instances.FieldTaylorMap Container for a Taylor map.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 forFieldUnivariateDerivative1
instances.FieldUnivariateDerivative2 Class representing both the value and the differentials of a function.FieldUnivariateDerivative2Field Field forFieldUnivariateDerivative2
instances.Gradient Class representing both the value and the differentials of a function.GradientField Field forGradient
instances.MultivariateDifferentiableFunction Extension ofMultivariateFunction
representing a multivariate differentiable real function.MultivariateDifferentiableVectorFunction Extension ofMultivariateVectorFunction
representing a multivariate differentiable vectorial function.SparseGradient First derivative computation with large number of variables.TaylorMap Container for a Taylor map.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 forUnivariateDerivative1
instances.UnivariateDerivative2 Class representing both the value and the differentials of a function.UnivariateDerivative2Field Field forUnivariateDerivative2
instances.UnivariateDifferentiableFunction Interface for univariate functions derivatives.UnivariateDifferentiableMatrixFunction Extension ofUnivariateMatrixFunction
representing a univariate differentiable matrix function.UnivariateDifferentiableVectorFunction Extension ofUnivariateVectorFunction
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. -
Classes in org.hipparchus.analysis.differentiation used by org.hipparchus.analysis.function Class Description Derivative Interface representing both the value and the differentials of a function.UnivariateDifferentiableFunction Interface for univariate functions derivatives. -
Classes in org.hipparchus.analysis.differentiation used by org.hipparchus.analysis.interpolation Class Description Derivative Interface representing both the value and the differentials of a function.UnivariateDifferentiableVectorFunction Extension ofUnivariateVectorFunction
representing a univariate differentiable vectorial function. -
Classes in org.hipparchus.analysis.differentiation used by org.hipparchus.analysis.polynomials Class Description Derivative Interface representing both the value and the differentials of a function.UnivariateDifferentiableFunction Interface for univariate functions derivatives. -
Classes in org.hipparchus.analysis.differentiation used by org.hipparchus.analysis.solvers Class Description DerivativeStructure Class representing both the value and the differentials of a function.UnivariateDifferentiableFunction Interface for univariate functions derivatives.