| Package | Description | 
|---|---|
| org.hipparchus.analysis.differentiation | 
   This package holds the main interfaces and basic building block classes
   dealing with differentiation. | 
| org.hipparchus.analysis.function | 
      The  functionpackage 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DerivativeStructureClass representing both the value and the differentials of a function. | 
| class  | GradientClass representing both the value and the differentials of a function. | 
| class  | UnivariateDerivative<T extends UnivariateDerivative<T>>Abstract class representing both the value and the differentials of a function. | 
| class  | UnivariateDerivative1Class representing both the value and the differentials of a function. | 
| class  | UnivariateDerivative2Class representing both the value and the differentials of a function. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends Derivative<T>> | ExtendedUnivariateDifferentiableVectorFunction. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | ExtendedUnivariateDifferentiableMatrixFunction. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | ExtendedUnivariateDifferentiableFunction. value(T x)Compute the value for the function. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends Derivative<T>> | ExtendedUnivariateDifferentiableVectorFunction. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | ExtendedUnivariateDifferentiableMatrixFunction. value(T x)Compute the value for the function. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends Derivative<T>> | Tanh. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Tan. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Sqrt. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Sinh. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Sin. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Signum. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Rint. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Log1p. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Log10. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Log. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Floor. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Expm1. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Exp. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Cosh. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Cos. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Ceil. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Cbrt. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Atanh. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Atan. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Asinh. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Asin. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Acosh. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Acos. value(T x)Compute the value for the function. | 
| <T extends Derivative<T>> | Abs. value(T x)Compute the value for the function. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends Derivative<T>> | HermiteInterpolator. value(T x)Compute the value for the function. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends Derivative<T>> | HermiteInterpolator. value(T x)Compute the value for the function. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.