Home
Trees
Indices
Help
SLEPc for Python
Package slepc4py
::
Module SLEPc
::
Class PEP
:: Class Which
[
hide private
]
[
frames
] |
no frames
]
type Which
PEP desired part of spectrum
LARGEST\_MAGNITUDE
: Largest magnitude (default).
LARGEST\_REAL
: Largest real parts.
LARGEST\_IMAGINARY
: Largest imaginary parts in magnitude.
SMALLEST\_MAGNITUDE
: Smallest magnitude.
SMALLEST\_REAL
: Smallest real parts.
SMALLEST\_IMAGINARY
: Smallest imaginary parts in magnitude.
TARGET\_MAGNITUDE
: Closest to target (in magnitude).
TARGET\_REAL
: Real part closest to target.
TARGET\_IMAGINARY
: Imaginary part closest to target.
USER
: User-defined criterion.
Class Variables
[
hide private
]
LARGEST_IMAGINARY
=
5
LARGEST_MAGNITUDE
=
1
LARGEST_REAL
=
3
SMALLEST_IMAGINARY
=
6
SMALLEST_MAGNITUDE
=
2
SMALLEST_REAL
=
4
TARGET_IMAGINARY
=
9
TARGET_MAGNITUDE
=
7
TARGET_REAL
=
8
USER
=
10
__qualname__
=
'
PEPWhich
'
Home
Trees
Indices
Help
SLEPc for Python
Generated by Epydoc 3.0.1
http://epydoc.sourceforge.net