Uses of Class
org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2Field
-
Packages that use FieldUnivariateDerivative2Field Package Description org.hipparchus.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation. -
-
Uses of FieldUnivariateDerivative2Field in org.hipparchus.analysis.differentiation
Methods in org.hipparchus.analysis.differentiation that return FieldUnivariateDerivative2Field Modifier and Type Method Description FieldUnivariateDerivative2Field<T>
FieldUnivariateDerivative2. getField()
Get theField
to which the instance belongs.static <T extends CalculusFieldElement<T>>
FieldUnivariateDerivative2Field<T>FieldUnivariateDerivative2Field. getUnivariateDerivative2Field(Field<T> valueField)
Get the univariate derivative field corresponding to a value field.
-