act_eigfun: Apply a Function to an Operator

View source: R/linalg.R

act_eigfunR Documentation

Apply a Function to an Operator

Description

Apply a Function to an Operator

Usage

act_eigfun(object, ...)

Arguments

object

a representation of the operator.

...

further arguments passed to or from other methods.

Value

The resulting operator from the application of the function.

See Also

act_eigfun.spectral()

Examples

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

act_eigfun(s, function(x) x^2) #-> act_eigfun.spectral(...)


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