Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ Scale
Method
Scale
python/__expr.py:132–133 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
130
131
class
SumExpr(BinExpr):
132
def
Scale(self, s):
133
return
SumExpr(self.a.Scale(s), self.b.Scale(s))
134
135
def
AssignTo(self, v, s = 1.0):
136
self.a.AssignTo(v, s)
Callers
5
__sub__
Method · 0.45
__mul__
Method · 0.45
Scale
Method · 0.45
PINVIT
Function · 0.45
LOBPCG
Function · 0.45
Calls
1
SumExpr
Class · 0.70
Tested by
no test coverage detected