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
Schur()
for object creation;
'>MatrixFactorization
.
# NOT RUN {
showClass("Schur")
Schur(M <- Matrix(c(1:7, 10:2), 4,4))
## Trivial, of course:
str(Schur(Diagonal(5)))
## for more examples, see Schur()
# }
Run the code above in your browser using DataLab