lambdify | R Documentation |
These functions currently use DoubleVisitor
to
convert a Basic/VecBasic object to a DoubleVisitor
which
essentially is a S4 class extending R function.
lambdify(x, args, backend = c("auto", "lambda", "llvm"), perform_cse = TRUE) ## S3 method for class 'BasicOrVecBasic' as.function(x, args, backend = "auto", perform_cse = TRUE, ...)
x |
A Basic object or a VecBasic object. |
args |
A VecBasic object specifying the arguments of the resulted function.
It will be passed to |
backend |
One of "auto", "lambda" and "llvm". If "auto",
|
perform_cse |
Passed to |
... |
Not used |
A DoubleVisitor
S4 object.
DoubleVisitor