Uses of Interface
org.hipparchus.analysis.differentiation.DifferentialAlgebra
Package
Description
This package holds the main interfaces and basic building block classes
dealing with differentiation.
-
Uses of DifferentialAlgebra in org.hipparchus.analysis.differentiation
Modifier and TypeInterfaceDescriptioninterface
Derivative<T extends CalculusFieldElement<T>>
Interface representing both the value and the differentials of a function.interface
Derivative1<T extends CalculusFieldElement<T>>
Interface representing an object holding partial derivatives up to first order.interface
FieldDerivative<S extends CalculusFieldElement<S>,
T extends FieldDerivative<S, T>> Interface representing both the value and the differentials of a function.interface
FieldDerivative1<S extends CalculusFieldElement<S>,
T extends FieldDerivative<S, T>> Interface representing a Field object holding partial derivatives up to first order.Modifier and TypeClassDescriptionclass
Class representing both the value and the differentials of a function.class
FieldDerivativeStructure<T extends CalculusFieldElement<T>>
Class representing both the value and the differentials of a function.class
FieldGradient<T extends CalculusFieldElement<T>>
Class representing both the value and the differentials of a function.class
FieldTaylorMap<T extends CalculusFieldElement<T>>
Container for a Taylor map.class
FieldUnivariateDerivative<S extends CalculusFieldElement<S>,
T extends FieldUnivariateDerivative<S, T>> Abstract class representing both the value and the differentials of a function.class
FieldUnivariateDerivative1<T extends CalculusFieldElement<T>>
Class representing both the value and the differentials of a function.class
FieldUnivariateDerivative2<T extends CalculusFieldElement<T>>
Class representing both the value and the differentials of a function.class
Class representing both the value and the differentials of a function.class
First derivative computation with large number of variables.class
Container for a Taylor map.class
UnivariateDerivative<T extends UnivariateDerivative<T>>
Abstract class representing both the value and the differentials of a function.class
Class representing both the value and the differentials of a function.class
Class representing both the value and the differentials of a function.