Description Objects from the Class Slots Extends See Also Examples
Class "Schur"
is the class of Schur matrix
factorizations. These are a generalization of eigen value (or
“spectral”) decompositions for general (possibly asymmmetric)
square matrices, see the Schur()
function.
Objects of class "Schur"
are typically created by
Schur()
.
"Schur"
has slots
T
:Upper Block-triangular Matrix
object.
Q
:Square orthogonal "Matrix"
.
EValues
:numeric or complex vector of eigenvalues of T
.
Dim
:the matrix dimension: equal to c(n,n)
of
class "integer"
.
Class "MatrixFactorization"
, directly.
Schur()
for object creation;
MatrixFactorization
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.