Uses of Interface
dev.civl.mc.model.IF.expression.DerivativeCallExpression
Packages that use DerivativeCallExpression
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of DerivativeCallExpression in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return DerivativeCallExpressionModifier and TypeMethodDescriptionModelFactory.derivativeCallExpression(CIVLSource source, AbstractFunction function, List<Pair<Variable, IntegerLiteralExpression>> partials, List<Expression> arguments) An expression for a call to the derivative of an abstract function.