get_eigschur: Extract a Schur Cross-Product from an Operator

View source: R/linalg.R

get_eigschurR Documentation

Extract a Schur Cross-Product from an Operator

Description

Extract a Schur Cross-Product from an Operator

Usage

get_eigschur(object, ...)

Arguments

object

a representation of the operator.

...

further arguments passed to or from other methods.

Value

A representation of the requested Schur cross-product.

See Also

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

Examples

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

get_eigschur(s, 1, 2) #-> get_eigschur.spectral(...)


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