explorations/testSEXP.R

library(RLLVMCompile)
f = function(n) { ans = numeric(n) ; ans}
fc = compileFunction(f, REALSXPType, Int32Type)
.llvm(fc, 10L)
doktorschiwago/Rllvm2 documentation built on May 15, 2019, 9:42 a.m.