get_eigspace: Extract an Eigenspace from an Operator

View source: R/linalg.R

get_eigspaceR Documentation

Extract an Eigenspace from an Operator

Description

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.

See Also

get_eigproj(), get_eigschur(), get_eigspace.spectral()

Examples

s <- spectral(rbind(c(0.5, 0.3), c(0.3,0.7)))

get_eigspace(s, 1) #-> get_eigspace.spectral(...)


qwalkr documentation built on Sept. 27, 2023, 9:09 a.m.