Skip to content

Change make_function to allow for multiple vector input arguments #39

Open
@brianguenter

Description

@brianguenter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions