Extract an Eigenspace from an Operator
Usage
get_eigspace(object, ...)
Arguments
- object
a representation of the operator.
- ...
further arguments passed to or from other methods.
Value
A representation of the requested eigenspace.
Examples
s <- spectral(rbind(c(0.5, 0.3), c(0.3,0.7)))
get_eigspace(s, 1) #-> get_eigspace.spectral(...)
#> [,1]
#> [1,] 0.5847103
#> [2,] 0.8112422