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

Method MultAdd

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

Source from the content-addressed store, hash-verified

111 self.a.MultScale(s*self.s,x.a,y.a)
112
113 def MultAdd(self, s, x, y):
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)

Callers

nothing calls this directly

Calls 1

MultTransAddMethod · 0.45

Tested by

no test coverage detected