Package slepc4py :: Module SLEPc :: Class PEP :: Class ProblemType
[hide private]
[frames] | no frames]

Class ProblemType



PEP problem type

- `GENERAL`:    No structure.
- `HERMITIAN`:  Hermitian structure.
- `HYPERBOLIC`: QEP with Hermitian matrices, M>0, (x'Cx)^2 > 4(x'Mx)(x'Kx).
- `GYROSCOPIC`: QEP with M, K  Hermitian, M>0, C skew-Hermitian.

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]
  GENERAL = 1
  GYROSCOPIC = 4
  HERMITIAN = 2
  HYPERBOLIC = 3
  __qualname__ = 'PEPProblemType'
Properties [hide private]

Inherited from object: __class__