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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
slepc4py.SLEPc.RG
=================
.. autoclass:: slepc4py.SLEPc.RG
:show-inheritance:
.. rubric:: Enumerations
.. autosummary::
:toctree:
~slepc4py.SLEPc.RG.QuadRule
~slepc4py.SLEPc.RG.Type
.. rubric:: Methods Summary
.. autosummary::
~slepc4py.SLEPc.RG.appendOptionsPrefix
~slepc4py.SLEPc.RG.canUseConjugates
~slepc4py.SLEPc.RG.checkInside
~slepc4py.SLEPc.RG.computeBoundingBox
~slepc4py.SLEPc.RG.computeContour
~slepc4py.SLEPc.RG.computeQuadrature
~slepc4py.SLEPc.RG.create
~slepc4py.SLEPc.RG.destroy
~slepc4py.SLEPc.RG.getComplement
~slepc4py.SLEPc.RG.getEllipseParameters
~slepc4py.SLEPc.RG.getIntervalEndpoints
~slepc4py.SLEPc.RG.getOptionsPrefix
~slepc4py.SLEPc.RG.getPolygonVertices
~slepc4py.SLEPc.RG.getRingParameters
~slepc4py.SLEPc.RG.getScale
~slepc4py.SLEPc.RG.getType
~slepc4py.SLEPc.RG.isAxisymmetric
~slepc4py.SLEPc.RG.isTrivial
~slepc4py.SLEPc.RG.setComplement
~slepc4py.SLEPc.RG.setEllipseParameters
~slepc4py.SLEPc.RG.setFromOptions
~slepc4py.SLEPc.RG.setIntervalEndpoints
~slepc4py.SLEPc.RG.setOptionsPrefix
~slepc4py.SLEPc.RG.setPolygonVertices
~slepc4py.SLEPc.RG.setRingParameters
~slepc4py.SLEPc.RG.setScale
~slepc4py.SLEPc.RG.setType
~slepc4py.SLEPc.RG.view
.. rubric:: Attributes Summary
.. autosummary::
~slepc4py.SLEPc.RG.complement
~slepc4py.SLEPc.RG.scale
.. rubric:: Methods Documentation
.. automethod:: appendOptionsPrefix
.. automethod:: canUseConjugates
.. automethod:: checkInside
.. automethod:: computeBoundingBox
.. automethod:: computeContour
.. automethod:: computeQuadrature
.. automethod:: create
.. automethod:: destroy
.. automethod:: getComplement
.. automethod:: getEllipseParameters
.. automethod:: getIntervalEndpoints
.. automethod:: getOptionsPrefix
.. automethod:: getPolygonVertices
.. automethod:: getRingParameters
.. automethod:: getScale
.. automethod:: getType
.. automethod:: isAxisymmetric
.. automethod:: isTrivial
.. automethod:: setComplement
.. automethod:: setEllipseParameters
.. automethod:: setFromOptions
.. automethod:: setIntervalEndpoints
.. automethod:: setOptionsPrefix
.. automethod:: setPolygonVertices
.. automethod:: setRingParameters
.. automethod:: setScale
.. automethod:: setType
.. automethod:: view
.. rubric:: Attributes Documentation
.. autoattribute:: complement
.. autoattribute:: scale
|