SciSharp / NumSharp

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

Masking (ndarray[nd]) #366

Open henon opened 4 years ago

henon commented 4 years ago

Doesn't work in ndarray[nd]?

image

System.NotSupportedException: Specified method is not supported.
   at NumSharp.NDArray.set_Item(Object[] indices_or_slices, NDArray value) in D:\SciSharp\NumSharp\src\NumSharp.Core\Selection\NDArray.Indexing.cs:line 202

Originally posted by @Oceania2018 in https://github.com/SciSharp/NumSharp/issues/359#issuecomment-541355337

henon commented 4 years ago

we need this for it: #365