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

Method Height

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

Source from the content-addressed store, hash-verified

108 return sol
109
110 def Height(self) -> int:
111 return self.mat.width
112
113 def Width(self) -> int:
114 return self.mat.height

Callers 5

__len__Method · 0.45
MasterInverseMethod · 0.45
MultAddMethod · 0.45
InverseMatrixMethod · 0.45
InnerProductDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected