<?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 DSYEVD and eigenvalue order  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890614#M10409</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;it's not possible for any eigensolver in MKL. I doubt if there's some determined original order, different algorithms can extract eigenvalues in different order.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Michael.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2010 14:10:14 GMT</pubDate>
    <dc:creator>Michael_C_Intel4</dc:creator>
    <dc:date>2010-02-18T14:10:14Z</dc:date>
    <item>
      <title>DSYEVD and eigenvalue order</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890613#M10408</link>
      <description>&lt;P&gt;I am new to INTEL MKL, and using fotran 77.&lt;/P&gt;
&lt;P&gt;I am using DSYEVD to compute eigenvalues and eigenvectors. I need the eigenvalues and eigenvectors in original order in the subsequent calculation. But DSYEVD output eigenvalues in ascending order. Is there a solution?&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2010 01:39:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890613#M10408</guid>
      <dc:creator>xiaomingg</dc:creator>
      <dc:date>2010-02-17T01:39:47Z</dc:date>
    </item>
    <item>
      <title>DSYEVD and eigenvalue order</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890614#M10409</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;it's not possible for any eigensolver in MKL. I doubt if there's some determined original order, different algorithms can extract eigenvalues in different order.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Michael.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2010 14:10:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890614#M10409</guid>
      <dc:creator>Michael_C_Intel4</dc:creator>
      <dc:date>2010-02-18T14:10:14Z</dc:date>
    </item>
    <item>
      <title>DSYEVD and eigenvalue order</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890615#M10410</link>
      <description>I need the same thing. Does anyone know of a non-MKL Fortran routine that will do this?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 27 Sep 2011 15:20:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890615#M10410</guid>
      <dc:creator>nvaneck</dc:creator>
      <dc:date>2011-09-27T15:20:04Z</dc:date>
    </item>
    <item>
      <title>DSYEVD and eigenvalue order</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890616#M10411</link>
      <description>I find the requirement puzzling. How do you define "original order" with reference to eigenvalue determination? Or, equivalently, what is "original order" for the roots of the characteristic equation&lt;BR /&gt;&lt;BR /&gt; det (A -  I) = 0 &lt;BR /&gt;&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;Different algorithms may produce the eigenvalues in different order. How do you evaluate whether a particular order is closer to "original order"?</description>
      <pubDate>Tue, 27 Sep 2011 17:05:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890616#M10411</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-09-27T17:05:06Z</dc:date>
    </item>
    <item>
      <title>DSYEVD and eigenvalue order</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890617#M10412</link>
      <description>It's a good question for which I have no answer. In a program for discriminant analysis I am working on I get different eventual results based upon the order of variables in the input matirx sscp. In all case the eigenvectors are valid, but the use of different sets leads to different results. The MKL symmtric lower triangleroutine gives different results than a square matrix equivalent withh the'U' argument set, othereigenvector routines I've tried give eigenvalues in low to high range, MKL gives them in high to low range. Perhaps the order of returned eigenvectors makes a difference somehow.&lt;BR /&gt;&lt;BR /&gt;For instance, comparing the output of my program with MYSTAT gives the same results if the variables are one order, but reverses tnhe signs when in the reverse order, while all other statistical output matches completley. Other orders vary. In at least one case MYSTAT show the same behavior with unimportant secondary functions.&lt;BR /&gt;&lt;BR /&gt;So I'm looking for causes and solutions, which may arise elsewere, but are certainly not obvious, as the preliminary matrices are the same in all cases. I'm looking for a solution of any kind.</description>
      <pubDate>Tue, 27 Sep 2011 19:36:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890617#M10412</guid>
      <dc:creator>nvaneck</dc:creator>
      <dc:date>2011-09-27T19:36:14Z</dc:date>
    </item>
    <item>
      <title>DSYEVD and eigenvalue order</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890618#M10413</link>
      <description>A rather trivial solution, then, is to take the eigenvalues and eigenvectors returned by whichever eigenvalue routine (MKL or other) you use, and simply sort the eigenvalue array, with the eigenvector matrix as the associated array during the sort.</description>
      <pubDate>Tue, 27 Sep 2011 19:44:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890618#M10413</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-09-27T19:44:03Z</dc:date>
    </item>
    <item>
      <title>DSYEVD and eigenvalue order</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890619#M10414</link>
      <description>I wish it were that simple, but I thinkthe eigenvalues always come back sorted. (MKL routines say they come back in increasing order.)</description>
      <pubDate>Tue, 27 Sep 2011 22:53:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890619#M10414</guid>
      <dc:creator>nvaneck</dc:creator>
      <dc:date>2011-09-27T22:53:14Z</dc:date>
    </item>
    <item>
      <title>DSYEVD and eigenvalue order</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890620#M10415</link>
      <description>&lt;P&gt;Partially to solve a problem it is possible, comparing eigenvectors on various iterations. I did it at calculation of spectra.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2011 08:10:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DSYEVD-and-eigenvalue-order/m-p/890620#M10415</guid>
      <dc:creator>yuriisig</dc:creator>
      <dc:date>2011-09-28T08:10:04Z</dc:date>
    </item>
  </channel>
</rss>

