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

Array indexing improved. You can mix slices (Slice.All) with indexes (int) and strings ("...") now #364

Closed henon closed 5 years ago

Nucs commented 5 years ago

Awesome. Related to #361.