Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ Scale
Method
Scale
python/__expr.py:148–149 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
146
147
class
MatVecExpr(BinExpr):
148
def
Scale(self, s):
149
return
MatVecExpr(self.a.Scale(s), self.b)
150
151
def
AssignTo(self, v, s = 1.0):
152
self.a.MultScale(s,self.b,v)
Callers
nothing calls this directly
Calls
2
MatVecExpr
Class · 0.85
Scale
Method · 0.45
Tested by
no test coverage detected