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

Method MultTransAdd

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

Source from the content-addressed store, hash-verified

85 self.a.MultAdd(s*self.s*x.s,x.a,y.a)
86
87 def MultTransAdd(self, s, x, y):
88 self.a.MultTransAdd(s*self.s*x.s,x.a,y.a)
89
90 def __mul__(self, other):
91 if isinstance(Expr(other), VecExpr):

Callers 3

MultAddMethod · 0.45
MultTransAddFunction · 0.45
MultTransAddMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected