<?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:How to compute the max eigenvalue of one real matrix? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-the-max-eigenvalue-of-one-real-matrix/m-p/1289943#M31508</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Since we didn't hear back from you, we are closing this thread for now. If you require any additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a Good day.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Jun 2021 09:34:19 GMT</pubDate>
    <dc:creator>MRajesh_intel</dc:creator>
    <dc:date>2021-06-15T09:34:19Z</dc:date>
    <item>
      <title>How to compute the max eigenvalue of one real matrix?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-the-max-eigenvalue-of-one-real-matrix/m-p/1205183#M29981</link>
      <description>&lt;P&gt;How to compute the max eigenvalue of one real matrix? I only need the max eigenvalue, and best a function with fewer arguments in the calling sequence.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 07:48:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-the-max-eigenvalue-of-one-real-matrix/m-p/1205183#M29981</guid>
      <dc:creator>wang__ningning</dc:creator>
      <dc:date>2020-08-29T07:48:25Z</dc:date>
    </item>
    <item>
      <title>Re:How to compute the max eigenvalue of one real matrix?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-the-max-eigenvalue-of-one-real-matrix/m-p/1208133#M30040</link>
      <description>&lt;P&gt;Hello &lt;A href="https://isvc.my.salesforce.com/one/one.app?#/sObject/a4l4U000000MWskQAG/view" rel="noopener noreferrer" target="_blank"&gt;wang__ningning&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There are lots of functions to compute eigenvalue, for example ?sygvx can select eigenvalues by specifying either or range of indices for the desired eigenvalues. For more details please refer to the MKL developer reference: &lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/lapack-routines/lapack-least-squares-and-eigenvalue-problem-routines/lapack-least-squares-and-eigenvalue-problem-driver-routines/generalized-symmetric-definite-eigenvalue-problems-lapack-driver-routines/sygvx.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/lapack-routines/lapack-least-squares-and-eigenvalue-problem-routines/lapack-least-squares-and-eigenvalue-problem-driver-routines/generalized-symmetric-definite-eigenvalue-problems-lapack-driver-routines/sygvx.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ruqiu&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Sep 2020 04:03:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-the-max-eigenvalue-of-one-real-matrix/m-p/1208133#M30040</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2020-09-10T04:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re:How to compute the max eigenvalue of one real matrix?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-the-max-eigenvalue-of-one-real-matrix/m-p/1208902#M30066</link>
      <description>&lt;P&gt;Yeah, I know there are many functions for Fortran 95 to compute the eigenvalue of real matrix. But in my test, the syevd is the most fast function than other functions, such as the&amp;nbsp;&lt;SPAN&gt;sygvx, which can&amp;nbsp;select eigenvalues.&amp;nbsp; So I want to konw which function is the most&amp;nbsp;efficient to compute the&amp;nbsp;eigenvalues?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2020 14:56:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-the-max-eigenvalue-of-one-real-matrix/m-p/1208902#M30066</guid>
      <dc:creator>wang__ningning</dc:creator>
      <dc:date>2020-09-12T14:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute the max eigenvalue of one real matrix?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-the-max-eigenvalue-of-one-real-matrix/m-p/1285722#M31395</link>
      <description>&lt;P&gt;&amp;nbsp;Hello Wang_Ningning,&lt;/P&gt;
&lt;P&gt;Have you checked this function below in the developer reference for c&lt;SPAN&gt;omputing the largest/smallest eigenvalues and corresponding eigenvectors of a standard eigenvalue problem&lt;/SPAN&gt;:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/extended-eigensolver-routines/extended-eigensolver-interfaces-for-extremal-eigenvalues-singular-values/extended-eigensolver-interfaces-to-find-largest-smallest-eigenvalues/mkl-sparse-ev.html" target="_blank" rel="noopener"&gt;mkl_sparse_?_ev (intel.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and set the first i&lt;SPAN style="font-family: inherit;"&gt;nput parameter "which" as:&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV class="p"&gt;
&lt;DIV&gt;Indicates eigenvalues for which to search:&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;UL&gt;
&lt;LI class="li"&gt;
&lt;DIV&gt;
&lt;DIV class="p"&gt;
&lt;DIV&gt;
&lt;DIV&gt;which = 'L'&lt;/DIV&gt;
&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;indicates the largest eigenvalues.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI class="li"&gt;
&lt;DIV&gt;
&lt;DIV class="p"&gt;
&lt;DIV&gt;
&lt;DIV&gt;which = 'S'&lt;/DIV&gt;
&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;indicates the smallest eigenvalues.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 01:22:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-the-max-eigenvalue-of-one-real-matrix/m-p/1285722#M31395</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2021-05-31T01:22:18Z</dc:date>
    </item>
    <item>
      <title>Re:How to compute the max eigenvalue of one real matrix?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-the-max-eigenvalue-of-one-real-matrix/m-p/1289943#M31508</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Since we didn't hear back from you, we are closing this thread for now. If you require any additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a Good day.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jun 2021 09:34:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-compute-the-max-eigenvalue-of-one-real-matrix/m-p/1289943#M31508</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-15T09:34:19Z</dc:date>
    </item>
  </channel>
</rss>

