<?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 How to search the eigenvalue interval of a matrix by MKL library? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-search-the-eigenvalue-interval-of-a-matrix-by-MKL-library/m-p/1374783#M32982</link>
    <description>&lt;P&gt;Hi！&lt;/P&gt;
&lt;P&gt;Hello, I want to use FEAST to solve a generalized eigenvalue problem, but I have a problem. In FEAST, the eigenvalue interval and the number of eigenvalues of the sparse matrix need to be searched. I checked the FEAST manual and did not find how to search the eigenvalue interval of the matrix. Am I missing something? Is there any built-in function in MKL to calculate the eigenvalue interval of a large sparse matrix?&lt;BR /&gt;Your expertise is invaluable to me, thank you for your help!&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2022 10:28:32 GMT</pubDate>
    <dc:creator>HUANGK</dc:creator>
    <dc:date>2022-04-06T10:28:32Z</dc:date>
    <item>
      <title>How to search the eigenvalue interval of a matrix by MKL library?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-search-the-eigenvalue-interval-of-a-matrix-by-MKL-library/m-p/1374783#M32982</link>
      <description>&lt;P&gt;Hi！&lt;/P&gt;
&lt;P&gt;Hello, I want to use FEAST to solve a generalized eigenvalue problem, but I have a problem. In FEAST, the eigenvalue interval and the number of eigenvalues of the sparse matrix need to be searched. I checked the FEAST manual and did not find how to search the eigenvalue interval of the matrix. Am I missing something? Is there any built-in function in MKL to calculate the eigenvalue interval of a large sparse matrix?&lt;BR /&gt;Your expertise is invaluable to me, thank you for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 10:28:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-search-the-eigenvalue-interval-of-a-matrix-by-MKL-library/m-p/1374783#M32982</guid>
      <dc:creator>HUANGK</dc:creator>
      <dc:date>2022-04-06T10:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to search the eigenvalue interval of a matrix by MKL library?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-search-the-eigenvalue-interval-of-a-matrix-by-MKL-library/m-p/1375147#M32983</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to use the Extended eigensolver interface in MKL, we need to pass the search interval i.e. the lower and upper bounds of the interval to be searched for eigenvalues.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/extended-eigensolver-routines/extended-eigensolver-functionality/achieving-performance-with-extended-eigensolver.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/extended-eigensolver-routines/extended-eigensolver-functionality/achieving-performance-with-extended-eigensolver.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But the largest and smallest eigenvalues can be calculated.&lt;/P&gt;
&lt;P&gt;In the MKL documentation, under the section &amp;gt; "Extended eigensolver interface to find the largest and smallest eigenvalues", there are two routines that help in calculating the largest and smallest eigenvalues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mkl_sparse_?_ev &amp;gt; for standard eigenvalue problem&lt;/P&gt;
&lt;P&gt;Reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/extended-eigensolver-routines/extended-eigensolver-interfaces/ext-eigensolve-ifaces-find-large-small-eigenvalues/mkl-sparse-ev.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/extended-eigensolver-routines/extended-eigensolver-interfaces/ext-eigensolve-ifaces-find-large-small-eigenvalues/mkl-sparse-ev.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;mkl_sparse_?_gv &amp;gt; for a generalized eigenvalue problem&lt;/P&gt;
&lt;P&gt;Reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/extended-eigensolver-routines/extended-eigensolver-interfaces/ext-eigensolve-ifaces-find-large-small-eigenvalues/mkl-sparse-gv.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/extended-eigensolver-routines/extended-eigensolver-interfaces/ext-eigensolve-ifaces-find-large-small-eigenvalues/mkl-sparse-gv.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please go through the above links for full details and you can also find examples of the respective routines in the mkl folder which helps in better understanding.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly let us know if this is not what you are looking for by elaborating a bit more on the issue (maybe through an example).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 09:45:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-search-the-eigenvalue-interval-of-a-matrix-by-MKL-library/m-p/1375147#M32983</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-04-07T09:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to search the eigenvalue interval of a matrix by MKL library?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-search-the-eigenvalue-interval-of-a-matrix-by-MKL-library/m-p/1377090#M33029</link>
      <description>&lt;P&gt;Hi Huang,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reminder:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we haven't heard back from you, could you please let us know if there is any update regarding your issue? Please do let us know if the provided information helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 11:46:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-search-the-eigenvalue-interval-of-a-matrix-by-MKL-library/m-p/1377090#M33029</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-04-14T11:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to search the eigenvalue interval of a matrix by MKL library?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-search-the-eigenvalue-interval-of-a-matrix-by-MKL-library/m-p/1377107#M33031</link>
      <description>&lt;P&gt;Thank you very much for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 13:06:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-search-the-eigenvalue-interval-of-a-matrix-by-MKL-library/m-p/1377107#M33031</guid>
      <dc:creator>HUANGK</dc:creator>
      <dc:date>2022-04-14T13:06:06Z</dc:date>
    </item>
    <item>
      <title>Re:How to search the eigenvalue interval of a matrix by MKL library?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-search-the-eigenvalue-interval-of-a-matrix-by-MKL-library/m-p/1377112#M33032</link>
      <description>&lt;P&gt;Hi Huang,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for accepting our solution.&lt;/P&gt;&lt;P&gt;As the issue is resolved we are closing this thread. Please post a new question if you need any additional assistance from Intel as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a Great Day!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2022 13:45:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-search-the-eigenvalue-interval-of-a-matrix-by-MKL-library/m-p/1377112#M33032</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-04-14T13:45:47Z</dc:date>
    </item>
  </channel>
</rss>

