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

Method MultAdd

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

Source from the content-addressed store, hash-verified

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)
86
87 def MultTransAdd(self, s, x, y):
88 self.a.MultTransAdd(s*self.s*x.s,x.a,y.a)

Callers 8

MultTransAddMethod · 0.45
AddToMethod · 0.45
MultMethod · 0.45
MultTransAddMethod · 0.45
MultTransAddMethod · 0.45
MultTransAddMethod · 0.45
MultTransAddMethod · 0.45
MultAddMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected