Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ AddTo
Method
AddTo
python/__expr.py:154–155 ·
view source on GitHub ↗
(self, v, s = 1.0)
Source
from the content-addressed store, hash-verified
152
self.a.MultScale(s,self.b,v)
153
154
def
AddTo(self, v, s = 1.0):
155
self.a.MultAdd(s,self.b,v)
156
157
def
__str__(self):
158
return
str(self.a) +
' * '
+ str(self.b)
Callers
nothing calls this directly
Calls
1
MultAdd
Method · 0.45
Tested by
no test coverage detected