explorations/testSEXP.R

library(RLLVMCompile)
f = function(n) { ans = numeric(n) ; ans}
fc = compileFunction(f, REALSXPType, Int32Type)
.llvm(fc, 10L)
duncantl/Rllvm documentation built on April 23, 2024, 6:14 p.m.