MCPcopy 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
147class 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

MatVecExprClass · 0.85
ScaleMethod · 0.45

Tested by

no test coverage detected