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 with are
Sho (http://research.microsoft.com/en-us/projects/sho/) -- has a somewhat-restrictive license Meta.Numerics (http://metanumerics.codeplex.com/releases/view/63906) On Fri, Dec 2, 2011 at 5:36 AM, Shaheer Zubairi <z_shah...@hotmail.com>wrote: > 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.7.1, Numpy and SciPy > libraries following the steps shown on the website ( > http://www.enthought.com/repo/.iron/<https://owa.qub.ac.uk/owa/redir.aspx?C=d63b0695f4634c98a1ef8353fa950059&URL=http%3a%2f%2fwww.enthought.com%2frepo%2f.iron%2f>). > My questions are: > > > > 1. Should there by a ScipyDotNet DLL available for me to use in Visual > Studio? > > 2. Can I use the code found in the directory > IronPython2.7.1>Lib>site-packages>scipy>linalg to do what I want? > > 3. Can anyone perhaps provide me an example of how to use SciPy SVD from > within a Visual Basic script in Visual Studio 2010? > > > > Thank you for giving me your valuable time. I look forward to hearing from > you soon. > > > > Kind regards, > > > > Mo > > _______________________________________________ > Ironpython-users mailing list > Ironpython-users@python.org > http://mail.python.org/mailman/listinfo/ironpython-users > >
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users