NumSharp
NumSharp copied to clipboard
High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
Results
141
NumSharp issues
Sort by
recently updated
recently updated
newest added
I was wondering how multi-threading works with this, Numpy.NET doesnt allow it and you have to lock the GIL, since this is all in native C#, is "no real multi-threading"...