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

Method Width

python/krylovspace.py:113–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 return self.mat.width
112
113 def Width(self) -> int:
114 return self.mat.height
115
116 def CreateVector(self,col):
117 return self.mat.CreateVector(not col)

Callers 2

CreateVectorMethod · 0.45
InnerProductDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected