Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ CreateVector
Method
CreateVector
python/krylovspace.py:116–117 ·
view source on GitHub ↗
(self,col)
Source
from the content-addressed store, hash-verified
114
return
self.mat.height
115
116
def
CreateVector(self,col):
117
return
self.mat.CreateVector(not col)
118
119
def
IsComplex(self) -> bool:
120
return
self.mat.IsComplex()
Callers
15
BVP
Function · 0.45
Assemble
Method · 0.45
Arnoldi
Function · 0.45
SOAR
Function · 0.45
TOAR
Function · 0.45
Solve
Method · 0.45
_SolveImpl
Method · 0.45
_SolveImpl
Method · 0.45
_SolveImpl
Method · 0.45
_SolveImpl
Method · 0.45
_SolveImpl
Method · 0.45
PreconditionedRichardson
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected