Interface Derivative1<T extends CalculusFieldElement<T>>

Type Parameters:
T - the type of the field elements
All Superinterfaces:
CalculusFieldElement<T>, Derivative<T>, DifferentialAlgebra, FieldElement<T>
All Known Implementing Classes:
Gradient, SparseGradient, UnivariateDerivative1

public interface Derivative1<T extends CalculusFieldElement<T>> extends Derivative<T>
Interface representing an object holding partial derivatives up to first order.
Since:
3.1
See Also: