slepc4py.SLEPc.ST.MatMode#
- class slepc4py.SLEPc.ST.MatMode#
Bases:
objectST matrix mode.
COPY: A working copy of the matrix is created.INPLACE: The operation is computed in-place.SHELL: The matrix \(A - \sigma B\) is handled as an implicit matrix.
See also
Attributes Summary
Attributes Documentation
- __init__()#
- classmethod __new__(*args, **kwargs)#