MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / expr_neg

Function expr_neg

python/__expr.py:19–20  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

17 return Expr(a) - Expr(b)
18
19def expr_neg(a):
20 return -Expr(a)
21
22def expr_mul(a,b):
23 return Expr(a) * Expr(b)

Callers

nothing calls this directly

Calls 1

ExprFunction · 0.70

Tested by

no test coverage detected