Uses of Interface
org.hipparchus.analysis.differentiation.DifferentialAlgebra
Packages that use 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
Subinterfaces of DifferentialAlgebra in org.hipparchus.analysis.differentiationModifier and TypeInterfaceDescriptioninterfaceDerivative<T extends CalculusFieldElement<T>>Interface representing both the value and the differentials of a function.interfaceDerivative1<T extends CalculusFieldElement<T>>Interface representing an object holding partial derivatives up to first order.interfaceFieldDerivative<S extends CalculusFieldElement<S>,T extends FieldDerivative<S, T>> Interface representing both the value and the differentials of a function.interfaceFieldDerivative1<S extends CalculusFieldElement<S>,T extends FieldDerivative<S, T>> Interface representing a Field object holding partial derivatives up to first order.Classes in org.hipparchus.analysis.differentiation that implement DifferentialAlgebraModifier and TypeClassDescriptionclassClass representing both the value and the differentials of a function.classFieldDerivativeStructure<T extends CalculusFieldElement<T>>Class representing both the value and the differentials of a function.classFieldGradient<T extends CalculusFieldElement<T>>Class representing both the value and the differentials of a function.classFieldTaylorMap<T extends CalculusFieldElement<T>>Container for a Taylor map.classFieldUnivariateDerivative<S extends CalculusFieldElement<S>,T extends FieldUnivariateDerivative<S, T>> Abstract class representing both the value and the differentials of a function.classFieldUnivariateDerivative1<T extends CalculusFieldElement<T>>Class representing both the value and the differentials of a function.classFieldUnivariateDerivative2<T extends CalculusFieldElement<T>>Class representing both the value and the differentials of a function.classClass representing both the value and the differentials of a function.classFirst derivative computation with large number of variables.classContainer for a Taylor map.classUnivariateDerivative<T extends UnivariateDerivative<T>>Abstract class representing both the value and the differentials of a function.classClass representing both the value and the differentials of a function.classClass representing both the value and the differentials of a function.