<div>NumPy and SciPy aren&#39;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 &quot;svd .net&quot;, there doesn&#39;t seem to be a shortage of other implementations. Two I&#39;m personally familiar with are</div>
<div> </div><div>Sho (<a href="http://research.microsoft.com/en-us/projects/sho/">http://research.microsoft.com/en-us/projects/sho/</a>) -- has a somewhat-restrictive license<br>Meta.Numerics (<a href="http://metanumerics.codeplex.com/releases/view/63906">http://metanumerics.codeplex.com/releases/view/63906</a>)</div>
<div><br> </div><div class="gmail_quote">On Fri, Dec 2, 2011 at 5:36 AM, Shaheer Zubairi <span dir="ltr">&lt;<a href="mailto:z_shaheer@hotmail.com">z_shaheer@hotmail.com</a>&gt;</span> wrote:<br><blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">




<div><div dir="ltr">



<p style="text-align: justify; margin-bottom: 10pt;" class="MsoNormal"><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">Hi guys, 
</span></p><p style="text-align: justify; margin-bottom: 10pt;" class="MsoNormal"><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"></span> </p>
<p style="text-align: justify; margin-bottom: 10pt;" class="MsoNormal"><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">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 (<a href="https://owa.qub.ac.uk/owa/redir.aspx?C=d63b0695f4634c98a1ef8353fa950059&amp;URL=http%3a%2f%2fwww.enthought.com%2frepo%2f.iron%2f" target="_blank"><font color="#0000ff">http://www.enthought.com/repo/.iron/</font></a>).  My questions are: 
</span></p><p style="text-align: justify; margin-bottom: 10pt;" class="MsoNormal"><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"></span> </p>
<p style="text-align: justify; margin-bottom: 10pt;"><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"><span>1.<span style="font: 7pt/normal &quot;Times New Roman&quot;; font-size-adjust: none; font-stretch: normal;">      </span></span></span><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">Should there by a 
ScipyDotNet DLL available for me to use in Visual Studio? </span></p>
<p style="text-align: justify; margin-bottom: 10pt;"><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"><span>2.<span style="font: 7pt/normal &quot;Times New Roman&quot;; font-size-adjust: none; font-stretch: normal;">      </span></span></span><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">Can I use the code 
found in the directory 
IronPython2.7.1&gt;Lib&gt;site-packages&gt;scipy&gt;linalg to do what I 
want?</span></p>
<p style="text-align: justify; margin-bottom: 10pt;"><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"><span>3.<span style="font: 7pt/normal &quot;Times New Roman&quot;; font-size-adjust: none; font-stretch: normal;">      </span></span></span><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">Can anyone perhaps 
provide me an example of how to use SciPy SVD from within a Visual Basic script 
in Visual Studio 2010?</span></p><p style="text-align: justify; margin-bottom: 10pt;"><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"></span> </p>
<p style="text-align: justify; margin-bottom: 10pt;" class="MsoNormal"><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">Thank you for giving 
me your valuable time. I look forward to hearing from you soon.</span></p><p style="text-align: justify; margin-bottom: 10pt;" class="MsoNormal"><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"></span> </p>

<p style="text-align: justify; margin-bottom: 10pt;" class="MsoNormal"><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">Kind 
regards,</span></p><p style="text-align: justify; margin-bottom: 10pt;" class="MsoNormal"><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"></span> </p>
<p class="MsoNormal"><span style="color: black; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;">Mo</span><span style="color: rgb(31, 73, 125); font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; font-size: 11pt;"></span></p>
                                               </div></div>
<br>_______________________________________________<br>
Ironpython-users mailing list<br>
<a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">http://mail.python.org/mailman/listinfo/ironpython-users</a><br>
<br></blockquote></div><br>