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

Method MultTrans

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

Source from the content-addressed store, hash-verified

79 self.a.MultScale(s*self.s*x.s,x.a,y.a)
80
81 def MultTrans(self, s, x, y):
82 self.a.MultTrans(s*self.s*x.s,x.a,y.a)
83
84 def MultAdd(self, s, x, y):
85 self.a.MultAdd(s*self.s*x.s,x.a,y.a)

Callers 2

MultScaleMethod · 0.45
MultTransFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected