slepc4py.SLEPc.DS.MatType#
- class slepc4py.SLEPc.DS.MatType#
Bases:
objectTo 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.
See also
Attributes Summary
Constant
Aof typeintConstant
Bof typeintConstant
Cof typeintConstant
Dof typeintConstant
Qof typeintConstant
Tof typeintConstant
Uof typeintConstant
Vof typeintConstant
Wof typeintConstant
Xof typeintConstant
Yof typeintConstant
Zof typeintAttributes Documentation