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
|
slepc4py.SLEPc.SVD.Type
=======================
.. autoclass:: slepc4py.SLEPc.SVD.Type
:show-inheritance:
.. rubric:: Attributes Summary
.. autosummary::
~slepc4py.SLEPc.SVD.Type.CROSS
~slepc4py.SLEPc.SVD.Type.CYCLIC
~slepc4py.SLEPc.SVD.Type.ELEMENTAL
~slepc4py.SLEPc.SVD.Type.KSVD
~slepc4py.SLEPc.SVD.Type.LANCZOS
~slepc4py.SLEPc.SVD.Type.LAPACK
~slepc4py.SLEPc.SVD.Type.PRIMME
~slepc4py.SLEPc.SVD.Type.RANDOMIZED
~slepc4py.SLEPc.SVD.Type.SCALAPACK
~slepc4py.SLEPc.SVD.Type.TRLANCZOS
.. rubric:: Attributes Documentation
.. autoattribute:: CROSS
.. autoattribute:: CYCLIC
.. autoattribute:: ELEMENTAL
.. autoattribute:: KSVD
.. autoattribute:: LANCZOS
.. autoattribute:: LAPACK
.. autoattribute:: PRIMME
.. autoattribute:: RANDOMIZED
.. autoattribute:: SCALAPACK
.. autoattribute:: TRLANCZOS
|