Open
Description
make_function
allows you to do this
make_function(f,x,y,z) where x,y,z are vectors of input vectors. But the runtime generated function returned by make_function expects a single vector argument which is the concatenation of x,y,z.
This would make using the runtime generated functions simpler when there are multiple input vectors.