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

Method MultTransAdd

python/__expr.py:116–117  ·  view source on GitHub ↗
(self, s, x, y)

Source from the content-addressed store, hash-verified

114 self.a.MultTransAdd(s*self.s,x.a,y.a)
115
116 def MultTransAdd(self, s, x, y):
117 self.a.MultAdd(s*self.s,x.a,y.a)
118
119class BinExpr(BaseExpr):
120 def __init__(self, a,b):

Callers

nothing calls this directly

Calls 1

MultAddMethod · 0.45

Tested by

no test coverage detected