Uses of Interface
dev.civl.abc.ast.node.IF.expression.DerivativeExpressionNode
Packages that use DerivativeExpressionNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
The ast.node.expression submodule defines AST nodes
for representing expressions in a program.
-
Uses of DerivativeExpressionNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return DerivativeExpressionNodeModifier and TypeMethodDescriptionNodeFactory.newDerivativeExpressionNode(Source source, ExpressionNode function, SequenceNode<PairNode<IdentifierExpressionNode, IntegerConstantNode>> partials, SequenceNode<ExpressionNode> arguments) Constructs a new CIVL-C derivative expression, used to represent the (partial) derivative of a function with respect to any number of variables, evaluated at a point. -
Uses of DerivativeExpressionNode in dev.civl.abc.ast.node.IF.expression
Methods in dev.civl.abc.ast.node.IF.expression that return DerivativeExpressionNode