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

"index_of" function #306

Closed
ramagottfried opened this issue Jan 14, 2016 · 2 comments
Closed

"index_of" function #306

ramagottfried opened this issue Jan 14, 2016 · 2 comments
Assignees
Labels

Comments

@ramagottfried
Copy link
Member

would be nice to have a fast function for getting indexes of matching values in a list, something like the numpy nonzero(), or python list.index()

http://docs.scipy.org/doc/numpy-1.10.1/reference/generated/numpy.nonzero.html#numpy.nonzero

@maccallum
Copy link
Member

I agree, but designing a good interface for this is not trivial. ideally, this is something that would not be built into the language, but a library written in the language.

@maccallum
Copy link
Member

Moved to CNMAT/libo#26

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

2 participants