Interface DifferentialAlgebra

All Known Subinterfaces:
Derivative<T>, Derivative1<T>, FieldDerivative<S,T>, FieldDerivative1<S,T>
All Known Implementing Classes:
DerivativeStructure, FieldDerivativeStructure, FieldGradient, FieldTaylorMap, FieldUnivariateDerivative, FieldUnivariateDerivative1, FieldUnivariateDerivative2, Gradient, SparseGradient, TaylorMap, UnivariateDerivative, UnivariateDerivative1, UnivariateDerivative2

public interface DifferentialAlgebra
Interface representing an object holding partial derivatives.
Since:
3.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the number of free parameters.
    int
    Get the maximum derivation order.
  • Method Details

    • getFreeParameters

      int getFreeParameters()
      Get the number of free parameters.
      Returns:
      number of free parameters
    • getOrder

      int getOrder()
      Get the maximum derivation order.
      Returns:
      maximum derivation order