SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.34k stars 187 forks source link

numpy.cross missing in the API #478

Closed guptaanmol184 closed 1 year ago

guptaanmol184 commented 2 years ago

Hi,

I am unable to find numpy.cross in the API? If it is not available, what might be the best workaround?

ChengYen-Tang commented 1 year ago

I found a more complete package, maybe you can try it. https://github.com/Quansight-Labs/numpy.net

guptaanmol184 commented 1 year ago

Thanks for the info @ChengYen-Tang, That works for my use case! Closing the issue for now.