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
|
slepc4py.SLEPc.FN
=================
.. autoclass:: slepc4py.SLEPc.FN
:show-inheritance:
.. rubric:: Enumerations
.. autosummary::
:toctree:
~slepc4py.SLEPc.FN.CombineType
~slepc4py.SLEPc.FN.ParallelType
~slepc4py.SLEPc.FN.Type
.. rubric:: Methods Summary
.. autosummary::
~slepc4py.SLEPc.FN.appendOptionsPrefix
~slepc4py.SLEPc.FN.create
~slepc4py.SLEPc.FN.destroy
~slepc4py.SLEPc.FN.duplicate
~slepc4py.SLEPc.FN.evaluateDerivative
~slepc4py.SLEPc.FN.evaluateFunction
~slepc4py.SLEPc.FN.evaluateFunctionMat
~slepc4py.SLEPc.FN.evaluateFunctionMatVec
~slepc4py.SLEPc.FN.getCombineChildren
~slepc4py.SLEPc.FN.getMethod
~slepc4py.SLEPc.FN.getOptionsPrefix
~slepc4py.SLEPc.FN.getParallel
~slepc4py.SLEPc.FN.getPhiIndex
~slepc4py.SLEPc.FN.getRationalDenominator
~slepc4py.SLEPc.FN.getRationalNumerator
~slepc4py.SLEPc.FN.getScale
~slepc4py.SLEPc.FN.getType
~slepc4py.SLEPc.FN.setCombineChildren
~slepc4py.SLEPc.FN.setFromOptions
~slepc4py.SLEPc.FN.setMethod
~slepc4py.SLEPc.FN.setOptionsPrefix
~slepc4py.SLEPc.FN.setParallel
~slepc4py.SLEPc.FN.setPhiIndex
~slepc4py.SLEPc.FN.setRationalDenominator
~slepc4py.SLEPc.FN.setRationalNumerator
~slepc4py.SLEPc.FN.setScale
~slepc4py.SLEPc.FN.setType
~slepc4py.SLEPc.FN.view
.. rubric:: Attributes Summary
.. autosummary::
~slepc4py.SLEPc.FN.method
~slepc4py.SLEPc.FN.parallel
.. rubric:: Methods Documentation
.. automethod:: appendOptionsPrefix
.. automethod:: create
.. automethod:: destroy
.. automethod:: duplicate
.. automethod:: evaluateDerivative
.. automethod:: evaluateFunction
.. automethod:: evaluateFunctionMat
.. automethod:: evaluateFunctionMatVec
.. automethod:: getCombineChildren
.. automethod:: getMethod
.. automethod:: getOptionsPrefix
.. automethod:: getParallel
.. automethod:: getPhiIndex
.. automethod:: getRationalDenominator
.. automethod:: getRationalNumerator
.. automethod:: getScale
.. automethod:: getType
.. automethod:: setCombineChildren
.. automethod:: setFromOptions
.. automethod:: setMethod
.. automethod:: setOptionsPrefix
.. automethod:: setParallel
.. automethod:: setPhiIndex
.. automethod:: setRationalDenominator
.. automethod:: setRationalNumerator
.. automethod:: setScale
.. automethod:: setType
.. automethod:: view
.. rubric:: Attributes Documentation
.. autoattribute:: method
.. autoattribute:: parallel
|