Closed katdti closed 5 years ago
Cancel this pull request.
Slicing a generic NDArray
Slicing and views are very new in NumSharp. I guess we should make a generic NDArray
By the way, your benchmarks are also valuable. Some of them are also touch on a thing that is still missing in the slicing logic: negative indices.
Slice inteface added to generic NDArray.
Slice benchmark tests added using slicing of generic NDArray.