Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MasterInverse
Method · 0.45
MultAdd
Method · 0.45
InverseMatrix
Method · 0.45
InnerProductD
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected