Package slepc4py :: Module SLEPc :: Class ST :: Class Type
[hide private]
[frames] | no frames]

Class Type



ST types

- `SHELL`:  User-defined.
- `SHIFT`:  Shift from origin.
- `SINVERT`: Shift-and-invert.
- `CAYLEY`: Cayley transform.
- `PRECOND`: Preconditioner.

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  CAYLEY = 'cayley'
  PRECOND = 'precond'
  SHELL = 'shell'
  SHIFT = 'shift'
  SINVERT = 'sinvert'
  __qualname__ = 'STType'
Properties [hide private]

Inherited from object: __class__