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

Method __init__

python/krylovspace.py:569–572  ·  view source on GitHub ↗
(self, *args, pre2 : Preconditioner = None,
                 matT = None,
                 ep : float = 1., **kwargs)

Source from the content-addressed store, hash-verified

567 name = "TFQMR"
568
569 def __init__(self, *args, pre2 : Preconditioner = None,
570 matT = None,
571 ep : float = 1., **kwargs):
572 super().__init__(*args, **kwargs)
573
574 def _SolveImpl(self, rhs : BaseVector, sol : BaseVector):
575 # following implementation from scipy

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected