Re: [Ironpython-users] SciPy for .NET

2011-12-02 Thread Curt Hagenlocher
NumPy and SciPy aren't particularly suitable for use from non-Python environments, because a considerable amount of glue logic is actually implemented in Python. If you do an internet search for "svd .net", there doesn't seem to be a shortage of other implementations. Two I'm personally familiar wi

[Ironpython-users] SciPy for .NET

2011-12-02 Thread Shaheer Zubairi
Hi guys, I have a query regarding the use of SciPy for .NET. I have existing code written in Visual Basic (VB) in Visual Studio 2010. I would like to use the Singular Value Decomposition (SVD) of a non-square matrix using the Scipy library. I have downloaded and installed IronPython 2.