Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About input argument specification #8

Open
wukefe opened this issue Jun 22, 2016 · 0 comments
Open

About input argument specification #8

wukefe opened this issue Jun 22, 2016 · 0 comments
Labels

Comments

@wukefe
Copy link

wukefe commented Jun 22, 2016

Given a program with multiple parameters, such as foo (a, b), how can we pass the argument information that the arguments a and b are two vectors with the same length?

Right now, we can pass the following argument specifications which merely mean a and b are two vectors.

DOUBLE&1*?&REAL
DOUBLE&1*?&REAL

Is it useful to add the feature? Or if this feature is already available, please let me know. (PS: I have tried to replace ? with a name n, but failed to pass the compilation.)

Thanks,

Hanfeng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant