I see. How to compile several funstions? For instance, if I have add() and project() two functions, or the relation is y = project(add(x))
, how to compile them?
Can I compile them together by just compiling the project() function?
Or should I compile these two functions perspectively?