<?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: Eigen Solver for Sparse Matrices in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigen-Solver-for-Sparse-Matrices/m-p/878676#M9284</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Somebody's compiled ARPACK for windows here&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;A href="http://www.stanford.edu/~vkl/code/libs.html" target="_blank"&gt;http://www.stanford.edu/~vkl/code/libs.html&lt;/A&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;It depends on the LAPACK and maybe BLAS dlls so you need to get them too.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;I've used ARPACK with MKL PARDISO and yes it's very tedious, but can be worth it!&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/240567"&gt;bulent&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;thanks for the reply. I checked out ARPACK, and it seems that it is the right answer to what I need. I also use Mathematica v7.0, and recently solved one of my examples and I found out that Mathematica also uses ARPACK to solve large sparse Eigen system.&lt;BR /&gt;&lt;BR /&gt;It is unfortunate that MKL does not include ARPACK. It is really a tedious process to set up ARPACK (and other dependent libraries) running on a Windows XP or Vista.&lt;BR /&gt;bulent&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
    <pubDate>Sat, 11 Jul 2009 10:30:42 GMT</pubDate>
    <dc:creator>crispybits</dc:creator>
    <dc:date>2009-07-11T10:30:42Z</dc:date>
    <item>
      <title>Eigen Solver for Sparse Matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigen-Solver-for-Sparse-Matrices/m-p/878673#M9281</link>
      <description>Hi &lt;BR /&gt;I am looking for an Eigen solver that directly works on sparse matrices. Particularly, I am looking for Eigen solver that finds not all Eigen vectors\periods but rather finds ones with lowest frequencies (so it does not need to solve for all Eigen vectors, but rather a pre-determined number of Eigen vectors).&lt;BR /&gt;&lt;BR /&gt;I have my problem in this form: Kz = lambda * Mz, where K is symmetric positive definite matrix (sparse stiffness matrix) and M is either diagonal or sparse mass matrix. &lt;BR /&gt;&lt;BR /&gt;As far as I know, there is not a direct solution currently exist in MKL, but I thought someone gives me some advise or direct me other references (curretly I implemented a sub-space iteration solution where I use PARDISO for matrix inversions)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Bulent</description>
      <pubDate>Tue, 16 Jun 2009 23:35:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigen-Solver-for-Sparse-Matrices/m-p/878673#M9281</guid>
      <dc:creator>Alemdar__Bulent</dc:creator>
      <dc:date>2009-06-16T23:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Eigen Solver for Sparse Matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigen-Solver-for-Sparse-Matrices/m-p/878674#M9282</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/240567"&gt;bulent&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi &lt;BR /&gt;I am looking for an Eigen solver that directly works on sparse matrices. Particularly, I am looking for Eigen solver that finds not all Eigen vectorsperiods but rather finds ones with lowest frequencies (so it does not need to solve for all Eigen vectors, but rather a pre-determined number of Eigen vectors).&lt;BR /&gt;&lt;BR /&gt;I have my problem in this form: Kz = lambda * Mz, where K is symmetric positive definite matrix (sparse stiffness matrix) and M is either diagonal or sparse mass matrix. &lt;BR /&gt;&lt;BR /&gt;As far as I know, there is not a direct solution currently exist in MKL, but I thought someone gives me some advise or direct me other references (curretly I implemented a sub-space iteration solution where I use PARDISO for matrix inversions)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Bulent&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;If your sparse matrices are tridiagonal, I think you canstill use Lapack because it's very cheap to compute all eigen pairs. Otherwise, you may want to use ARPACK or PETSc which support iterative algorithms. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jun 2009 16:08:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigen-Solver-for-Sparse-Matrices/m-p/878674#M9282</guid>
      <dc:creator>jaewonj</dc:creator>
      <dc:date>2009-06-17T16:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Eigen Solver for Sparse Matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigen-Solver-for-Sparse-Matrices/m-p/878675#M9283</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/431061"&gt;jaewonj&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;If your sparse matrices are tridiagonal, I think you canstill use Lapack because it's very cheap to compute all eigen pairs. Otherwise, you may want to use ARPACK or PETSc which support iterative algorithms. &lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;thanks for the reply. I checked out ARPACK, and it seems that it is the right answer to what I need. I also use Mathematica v7.0, and recently solved one of my examples and I found out that Mathematica also uses ARPACK to solve large sparse Eigen system.&lt;BR /&gt;&lt;BR /&gt;It is unfortunate that MKL does not include ARPACK. It is really a tedious process to set up ARPACK (and other dependent libraries) running on a Windows XP or Vista.&lt;BR /&gt;bulent</description>
      <pubDate>Thu, 18 Jun 2009 18:31:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigen-Solver-for-Sparse-Matrices/m-p/878675#M9283</guid>
      <dc:creator>Alemdar__Bulent</dc:creator>
      <dc:date>2009-06-18T18:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Eigen Solver for Sparse Matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigen-Solver-for-Sparse-Matrices/m-p/878676#M9284</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Somebody's compiled ARPACK for windows here&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;A href="http://www.stanford.edu/~vkl/code/libs.html" target="_blank"&gt;http://www.stanford.edu/~vkl/code/libs.html&lt;/A&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;It depends on the LAPACK and maybe BLAS dlls so you need to get them too.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;I've used ARPACK with MKL PARDISO and yes it's very tedious, but can be worth it!&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/240567"&gt;bulent&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;thanks for the reply. I checked out ARPACK, and it seems that it is the right answer to what I need. I also use Mathematica v7.0, and recently solved one of my examples and I found out that Mathematica also uses ARPACK to solve large sparse Eigen system.&lt;BR /&gt;&lt;BR /&gt;It is unfortunate that MKL does not include ARPACK. It is really a tedious process to set up ARPACK (and other dependent libraries) running on a Windows XP or Vista.&lt;BR /&gt;bulent&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Jul 2009 10:30:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigen-Solver-for-Sparse-Matrices/m-p/878676#M9284</guid>
      <dc:creator>crispybits</dc:creator>
      <dc:date>2009-07-11T10:30:42Z</dc:date>
    </item>
  </channel>
</rss>

