get_eigschur {qwalkr} | R Documentation |
Extract a Schur Cross-Product from an Operator
get_eigschur(object, ...)
object |
a representation of the operator. |
... |
further arguments passed to or from other methods. |
A representation of the requested Schur cross-product.
get_eigspace()
, get_eigproj()
,
get_eigschur.spectral()
s <- spectral(rbind(c(0.5, 0.3), c(0.3,0.7)))
get_eigschur(s, 1, 2) #-> get_eigschur.spectral(...)