Fumio Koyanagi

Results 1 issues of Fumio Koyanagi

I am a new learner of NumSharp and now I want to calculate the matmul product of two NDArrays by using `np.matmul` function: ```Csharp using NumSharp; var a = np.arange(2...