1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
slepc4py.SLEPc.PEP.ProblemType
==============================
.. autoclass:: slepc4py.SLEPc.PEP.ProblemType
:show-inheritance:
.. rubric:: Attributes Summary
.. autosummary::
~slepc4py.SLEPc.PEP.ProblemType.GENERAL
~slepc4py.SLEPc.PEP.ProblemType.GYROSCOPIC
~slepc4py.SLEPc.PEP.ProblemType.HERMITIAN
~slepc4py.SLEPc.PEP.ProblemType.HYPERBOLIC
.. rubric:: Attributes Documentation
.. autoattribute:: GENERAL
.. autoattribute:: GYROSCOPIC
.. autoattribute:: HERMITIAN
.. autoattribute:: HYPERBOLIC
|