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

Typo in NDArray.ToMuliArray method name #428

Open jpmn opened 3 years ago

jpmn commented 3 years ago

According to the filename NumSharp.Core/Casting/NdArrayToMultiDimArray.cs, I think it should be NDArray.ToMultiArray

https://github.com/SciSharp/NumSharp/blob/843309e7e873bfb0bec2d6e56b3dcba4b9e723e0/src/NumSharp.Core/Casting/NdArrayToMultiDimArray.cs#L31