act_eigfun {qwalkr} | R 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
Examples
s <- spectral(rbind(c(0.5, 0.3), c(0.3,0.7)))
act_eigfun(s, function(x) x^2) #-> act_eigfun.spectral(...)
[Package qwalkr version 0.1.0 Index]