-
I note that there are many functions missing in arrayfire-rust when compared with arrayfire_c++.
How can I do assignment and do searching by where in arrayfire-rust? |
Beta Was this translation helpful? Give feedback.
Answered by
9prady9
Aug 29, 2022
Replies: 1 comment 3 replies
-
since where is a keyword in rust, we have https://arrayfire.org/arrayfire-rust/arrayfire/fn.locate.html here. please refer to this tutorial for indexing and assignments https://arrayfire.org/arrayfire-rust/book/indexing.html |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
3togo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
since where is a keyword in rust, we have https://arrayfire.org/arrayfire-rust/arrayfire/fn.locate.html here. please refer to this tutorial for indexing and assignments https://arrayfire.org/arrayfire-rust/book/indexing.html