MCPcopy 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

BVPFunction · 0.45
AssembleMethod · 0.45
ArnoldiFunction · 0.45
SOARFunction · 0.45
TOARFunction · 0.45
SolveMethod · 0.45
_SolveImplMethod · 0.45
_SolveImplMethod · 0.45
_SolveImplMethod · 0.45
_SolveImplMethod · 0.45
_SolveImplMethod · 0.45
PreconditionedRichardsonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected