act_eigfun | 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.
act_eigfun.spectral()
s <- spectral(rbind(c(0.5, 0.3), c(0.3,0.7)))
act_eigfun(s, function(x) x^2) #-> act_eigfun.spectral(...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.