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 92 93 94 95 96 97 98 99
|
slepc4py.SLEPc.MFN
==================
.. autoclass:: slepc4py.SLEPc.MFN
:show-inheritance:
.. rubric:: Enumerations
.. autosummary::
:toctree:
~slepc4py.SLEPc.MFN.ConvergedReason
~slepc4py.SLEPc.MFN.Type
.. rubric:: Methods Summary
.. autosummary::
~slepc4py.SLEPc.MFN.appendOptionsPrefix
~slepc4py.SLEPc.MFN.cancelMonitor
~slepc4py.SLEPc.MFN.create
~slepc4py.SLEPc.MFN.destroy
~slepc4py.SLEPc.MFN.getBV
~slepc4py.SLEPc.MFN.getConvergedReason
~slepc4py.SLEPc.MFN.getDimensions
~slepc4py.SLEPc.MFN.getErrorIfNotConverged
~slepc4py.SLEPc.MFN.getFN
~slepc4py.SLEPc.MFN.getIterationNumber
~slepc4py.SLEPc.MFN.getMonitor
~slepc4py.SLEPc.MFN.getOperator
~slepc4py.SLEPc.MFN.getOptionsPrefix
~slepc4py.SLEPc.MFN.getTolerances
~slepc4py.SLEPc.MFN.getType
~slepc4py.SLEPc.MFN.reset
~slepc4py.SLEPc.MFN.setBV
~slepc4py.SLEPc.MFN.setDimensions
~slepc4py.SLEPc.MFN.setErrorIfNotConverged
~slepc4py.SLEPc.MFN.setFN
~slepc4py.SLEPc.MFN.setFromOptions
~slepc4py.SLEPc.MFN.setMonitor
~slepc4py.SLEPc.MFN.setOperator
~slepc4py.SLEPc.MFN.setOptionsPrefix
~slepc4py.SLEPc.MFN.setTolerances
~slepc4py.SLEPc.MFN.setType
~slepc4py.SLEPc.MFN.setUp
~slepc4py.SLEPc.MFN.solve
~slepc4py.SLEPc.MFN.solveTranspose
~slepc4py.SLEPc.MFN.view
.. rubric:: Attributes Summary
.. autosummary::
~slepc4py.SLEPc.MFN.bv
~slepc4py.SLEPc.MFN.fn
~slepc4py.SLEPc.MFN.max_it
~slepc4py.SLEPc.MFN.tol
.. rubric:: Methods Documentation
.. automethod:: appendOptionsPrefix
.. automethod:: cancelMonitor
.. automethod:: create
.. automethod:: destroy
.. automethod:: getBV
.. automethod:: getConvergedReason
.. automethod:: getDimensions
.. automethod:: getErrorIfNotConverged
.. automethod:: getFN
.. automethod:: getIterationNumber
.. automethod:: getMonitor
.. automethod:: getOperator
.. automethod:: getOptionsPrefix
.. automethod:: getTolerances
.. automethod:: getType
.. automethod:: reset
.. automethod:: setBV
.. automethod:: setDimensions
.. automethod:: setErrorIfNotConverged
.. automethod:: setFN
.. automethod:: setFromOptions
.. automethod:: setMonitor
.. automethod:: setOperator
.. automethod:: setOptionsPrefix
.. automethod:: setTolerances
.. automethod:: setType
.. automethod:: setUp
.. automethod:: solve
.. automethod:: solveTranspose
.. automethod:: view
.. rubric:: Attributes Documentation
.. autoattribute:: bv
.. autoattribute:: fn
.. autoattribute:: max_it
.. autoattribute:: tol
|