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 100 101 102 103 104 105 106 107 108 109 110
|
slepc4py.SLEPc.LME
==================
.. autoclass:: slepc4py.SLEPc.LME
:show-inheritance:
.. rubric:: Enumerations
.. autosummary::
:toctree:
~slepc4py.SLEPc.LME.ConvergedReason
~slepc4py.SLEPc.LME.ProblemType
~slepc4py.SLEPc.LME.Type
.. rubric:: Methods Summary
.. autosummary::
~slepc4py.SLEPc.LME.LMEComputeError
~slepc4py.SLEPc.LME.appendOptionsPrefix
~slepc4py.SLEPc.LME.cancelMonitor
~slepc4py.SLEPc.LME.create
~slepc4py.SLEPc.LME.destroy
~slepc4py.SLEPc.LME.getBV
~slepc4py.SLEPc.LME.getCoefficients
~slepc4py.SLEPc.LME.getConvergedReason
~slepc4py.SLEPc.LME.getDimensions
~slepc4py.SLEPc.LME.getErrorEstimate
~slepc4py.SLEPc.LME.getErrorIfNotConverged
~slepc4py.SLEPc.LME.getIterationNumber
~slepc4py.SLEPc.LME.getMonitor
~slepc4py.SLEPc.LME.getOptionsPrefix
~slepc4py.SLEPc.LME.getProblemType
~slepc4py.SLEPc.LME.getRHS
~slepc4py.SLEPc.LME.getSolution
~slepc4py.SLEPc.LME.getTolerances
~slepc4py.SLEPc.LME.getType
~slepc4py.SLEPc.LME.reset
~slepc4py.SLEPc.LME.setBV
~slepc4py.SLEPc.LME.setCoefficients
~slepc4py.SLEPc.LME.setDimensions
~slepc4py.SLEPc.LME.setErrorIfNotConverged
~slepc4py.SLEPc.LME.setFromOptions
~slepc4py.SLEPc.LME.setMonitor
~slepc4py.SLEPc.LME.setOptionsPrefix
~slepc4py.SLEPc.LME.setProblemType
~slepc4py.SLEPc.LME.setRHS
~slepc4py.SLEPc.LME.setSolution
~slepc4py.SLEPc.LME.setTolerances
~slepc4py.SLEPc.LME.setType
~slepc4py.SLEPc.LME.setUp
~slepc4py.SLEPc.LME.solve
~slepc4py.SLEPc.LME.view
.. rubric:: Attributes Summary
.. autosummary::
~slepc4py.SLEPc.LME.bv
~slepc4py.SLEPc.LME.fn
~slepc4py.SLEPc.LME.max_it
~slepc4py.SLEPc.LME.tol
.. rubric:: Methods Documentation
.. automethod:: LMEComputeError
.. automethod:: appendOptionsPrefix
.. automethod:: cancelMonitor
.. automethod:: create
.. automethod:: destroy
.. automethod:: getBV
.. automethod:: getCoefficients
.. automethod:: getConvergedReason
.. automethod:: getDimensions
.. automethod:: getErrorEstimate
.. automethod:: getErrorIfNotConverged
.. automethod:: getIterationNumber
.. automethod:: getMonitor
.. automethod:: getOptionsPrefix
.. automethod:: getProblemType
.. automethod:: getRHS
.. automethod:: getSolution
.. automethod:: getTolerances
.. automethod:: getType
.. automethod:: reset
.. automethod:: setBV
.. automethod:: setCoefficients
.. automethod:: setDimensions
.. automethod:: setErrorIfNotConverged
.. automethod:: setFromOptions
.. automethod:: setMonitor
.. automethod:: setOptionsPrefix
.. automethod:: setProblemType
.. automethod:: setRHS
.. automethod:: setSolution
.. automethod:: setTolerances
.. automethod:: setType
.. automethod:: setUp
.. automethod:: solve
.. automethod:: view
.. rubric:: Attributes Documentation
.. autoattribute:: bv
.. autoattribute:: fn
.. autoattribute:: max_it
.. autoattribute:: tol
|