SciSharp/Numpy.NET

SciPy

Pixel-95 opened this issue · 1 comments

Can I somehow also import SciPy (and not only NumPy) to my C#-Project?

henon commented

No. To do this all of SciPy's API functions need to be wrapped the same as I did for numpy. Even with my code generator (CodeMinion) it is quite some work.