MakeUnaryCompiledFunction(S, D, I)ΒΆ
mkfunc.spad line 266 [edit on github]
transforms top-level objects into compiled functions.
- compiledFunction: (S, Symbol) -> D -> I
compiledFunction(expr, x)
returns a functionf: D -> I
defined byf(x) == expr
. Functionf
is compiled and directly applicable to objects of typeD
.
- unaryFunction: Symbol -> D -> I
unaryFunction(a)
is a local function