<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: scipy.linalg in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/scipy-linalg/m-p/726107#M4982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm because I installed ArcGIS Pro ... even if you have no intention of using it&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Dan demos &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; python &lt;SPAN class="number token"&gt;3.4&lt;/SPAN&gt;
Date&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; scipy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;linalg &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; sl
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; dir&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;sl&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; len&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;dir&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;sl&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="number token"&gt;132&lt;/SPAN&gt;
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;here is an example on my system on one computer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Python27\ArcGIS10.4\Lib\site-packages\scipy\linalg&lt;/P&gt;&lt;P&gt;C:\Python34\Lib\site-packages\scipy\linalg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 07:03:33 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2021-12-12T07:03:33Z</dc:date>
    <item>
      <title>scipy.linalg</title>
      <link>https://community.esri.com/t5/developers-questions/scipy-linalg/m-p/726104#M4979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi, is there a possibility to use (or to install) the module linalg of scipy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 09:51:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/scipy-linalg/m-p/726104#M4979</guid>
      <dc:creator>AlessioFumagalli</dc:creator>
      <dc:date>2016-06-15T09:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: scipy.linalg</title>
      <link>https://community.esri.com/t5/developers-questions/scipy-linalg/m-p/726105#M4980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not alone,&amp;nbsp; but the code is here &lt;A href="https://github.com/scipy/scipy/tree/master/scipy/linalg" title="https://github.com/scipy/scipy/tree/master/scipy/linalg"&gt;scipy/scipy/linalg at master · scipy/scipy · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;What is it exactly do you need since the vast majority of the functionality in that module can be pulled from numpy which is already installed and in use for arcmap.&amp;nbsp; If you install arcgis pro then scipy is also available directly.&lt;/P&gt;&lt;P&gt;So what is you need exactly and I can simplify the route to take.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:33:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/scipy-linalg/m-p/726105#M4980</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-06-15T19:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: scipy.linalg</title>
      <link>https://community.esri.com/t5/developers-questions/scipy-linalg/m-p/726106#M4981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for the answer. In my problem I have a large sparse linear system to solve, where the matrix is already implemented using scipy.sparse. However in my version of ArcGIS (License type: Advanced) the module for sparse linear solvers is not included. My solution now is to convert the matrix as a dense numpy matrix and use the tools in numpy.linalg. This is only a partial solution because when I'll need to solve bigger problem I really need the full scipy package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS Version 10.4.0.5524&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 08:00:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/scipy-linalg/m-p/726106#M4981</guid>
      <dc:creator>AlessioFumagalli</dc:creator>
      <dc:date>2016-06-16T08:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: scipy.linalg</title>
      <link>https://community.esri.com/t5/developers-questions/scipy-linalg/m-p/726107#M4982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm because I installed ArcGIS Pro ... even if you have no intention of using it&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Dan demos &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; python &lt;SPAN class="number token"&gt;3.4&lt;/SPAN&gt;
Date&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; scipy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;linalg &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; sl
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; dir&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;sl&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; len&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;dir&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;sl&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="number token"&gt;132&lt;/SPAN&gt;
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;here is an example on my system on one computer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Python27\ArcGIS10.4\Lib\site-packages\scipy\linalg&lt;/P&gt;&lt;P&gt;C:\Python34\Lib\site-packages\scipy\linalg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/scipy-linalg/m-p/726107#M4982</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T07:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: scipy.linalg</title>
      <link>https://community.esri.com/t5/developers-questions/scipy-linalg/m-p/726108#M4983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I managed to install part of the sparse linear algebra with pip (C:\Python27\ArcGIS10.4\Scripts\pip).&amp;nbsp; Some packages are missed (lapack/blas related) but it works and for the moment I'm satisfied. Thanks again for the support.&lt;BR /&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:06:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/scipy-linalg/m-p/726108#M4983</guid>
      <dc:creator>AlessioFumagalli</dc:creator>
      <dc:date>2016-06-16T09:06:09Z</dc:date>
    </item>
  </channel>
</rss>

