Module dev.civl.mc

Interface DerivativeCallExpression

All Superinterfaces:
AbstractFunctionCallExpression, Expression, Sourceable

public interface DerivativeCallExpression extends AbstractFunctionCallExpression
An uninterpreted call to the derivative of an abstract function.
  • Method Details

    • partials

      Returns:
      The list of pairs of partial derivatives taken. Each pair has the variable that is the parameter for which the partial derivative is taken, and number of times that partial derivative is taken.