You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Given a program with multiple parameters, such as
foo (a, b)
, how can we pass the argument information that the argumentsa
andb
are two vectors with the same length?Right now, we can pass the following argument specifications which merely mean
a
andb
are two vectors.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 namen
, but failed to pass the compilation.)Thanks,
Hanfeng
The text was updated successfully, but these errors were encountered: