wll-sys 0.1.0

A low-level bindings for Wolfram LibraryLink.
Documentation
1
2
3
4
5
6
(* Generate code for single function *)

cFun = Compile[{{x}}, x^2 + Sin[x^2]];

(* return compiled function that shall be exported to C code *)
{cFun, "compute"}