SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.37k stars 192 forks source link

Boolean indexing and np.where #415

Open joshmyersdean opened 4 years ago

joshmyersdean commented 4 years ago

Are there any plans to implement these? Or are they already in place and I am just not getting the syntax right? Thank you!

AsakusaRinne commented 4 years ago

I am also finding this...I found that nd[true] works,however not for a variable value,for example nd[nd>0]. Could you please tell me if you have found a solution?thank you very much!