slepc4py.SLEPc.DS.MatType#
- class slepc4py.SLEPc.DS.MatType#
Bases:
object
To refer to one of the matrices stored internally in DS.
A
: first matrix of eigenproblem/singular value problem.B
: second matrix of a generalized eigenproblem.C
: third matrix of a quadratic eigenproblem.T
: tridiagonal matrix.D
: diagonal matrix.Q
: orthogonal matrix of (right) Schur vectors.Z
: orthogonal matrix of left Schur vectors.X
: right eigenvectors.Y
: left eigenvectors.U
: left singular vectors.V
: right singular vectors.W
: workspace matrix.
Attributes Summary
Constant
A
of typeint
Constant
B
of typeint
Constant
C
of typeint
Constant
D
of typeint
Constant
Q
of typeint
Constant
T
of typeint
Constant
U
of typeint
Constant
V
of typeint
Constant
W
of typeint
Constant
X
of typeint
Constant
Y
of typeint
Constant
Z
of typeint
Attributes Documentation