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

add function array seq(int m) #255

Closed
9prady9 opened this issue Dec 19, 2014 · 3 comments
Closed

add function array seq(int m) #255

9prady9 opened this issue Dec 19, 2014 · 3 comments
Assignees

Comments

@9prady9
Copy link
Member

9prady9 commented Dec 19, 2014

ArrayFire 2.0 had this function where the call seq(int) would return an array with sequence [0, m-1]. Similar functionality needs to be added in 3.0

@9prady9 9prady9 changed the title add function array seq(int m) add function array seq(int m) Dec 19, 2014
@shehzan10
Copy link
Member

This functionality is available via iota. It is not required to be done using seq.

@9prady9
Copy link
Member Author

9prady9 commented Dec 19, 2014

@shehzan10 I think it still needs to go into af/compatible.h header if this was available in AF2.0. Also, it need not be member function of seq, so not related to seq class. It can call iota internally.

@9prady9
Copy link
Member Author

9prady9 commented Dec 19, 2014

@shehzan10 are you working on this ? if so, please assign it to yourself. If not, i can work on it.

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

No branches or pull requests

3 participants