Home | Trees | Indices | Help |
|
---|
|
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.
|
|||
Inherited from |
|
|||
A = 0
|
|||
B = 1
|
|||
C = 2
|
|||
D = 4
|
|||
Q = 5
|
|||
T = 3
|
|||
U = 9
|
|||
V = 10
|
|||
W = 11
|
|||
X = 7
|
|||
Y = 8
|
|||
Z = 6
|
|||
__qualname__ =
|
|
|||
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 4 12:32:47 2021 | http://epydoc.sourceforge.net |