act_eigfun {qwalkr} | R Documentation |
Apply a Function to an Operator
act_eigfun(object, ...)
object |
a representation of the operator. |
... |
further arguments passed to or from other methods. |
The resulting operator from the application of the function.
s <- spectral(rbind(c(0.5, 0.3), c(0.3,0.7)))
act_eigfun(s, function(x) x^2) #-> act_eigfun.spectral(...)