get_eigproj: Extract an Eigen-Projector from an operator

View source: R/linalg.R

get_eigprojR Documentation

Extract an Eigen-Projector from an operator

Description

Extract an Eigen-Projector from an operator

Usage

get_eigproj(object, ...)

Arguments

object

a representation of the operator.

...

further arguments passed to or from other methods.

Value

A representation of the requested eigen-projector.

See Also

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

Examples

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

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


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