<?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 a generalized eigenvalue problem question in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/a-generalized-eigenvalue-problem-question/m-p/796618#M2706</link>
    <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;To solve a generalized eigenvalue problem of the kind&lt;BR /&gt;&lt;BR /&gt;AX = lambda BX&lt;BR /&gt;&lt;BR /&gt;, say I use dpotrf -&amp;gt; dsygst -&amp;gt; dsyevd path, then the eigenvectors should be transformed back, right?&lt;BR /&gt;&lt;BR /&gt;Because this is the definition when it is converted to a standart problem. And the vectors are not directly the vectors of the original generalized problem. However, I have difficulty in locating the transformation routine. Could you help me with this?&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Umut&lt;BR /&gt;</description>
    <pubDate>Mon, 05 Mar 2012 14:36:49 GMT</pubDate>
    <dc:creator>utab</dc:creator>
    <dc:date>2012-03-05T14:36:49Z</dc:date>
    <item>
      <title>a generalized eigenvalue problem question</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/a-generalized-eigenvalue-problem-question/m-p/796618#M2706</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;To solve a generalized eigenvalue problem of the kind&lt;BR /&gt;&lt;BR /&gt;AX = lambda BX&lt;BR /&gt;&lt;BR /&gt;, say I use dpotrf -&amp;gt; dsygst -&amp;gt; dsyevd path, then the eigenvectors should be transformed back, right?&lt;BR /&gt;&lt;BR /&gt;Because this is the definition when it is converted to a standart problem. And the vectors are not directly the vectors of the original generalized problem. However, I have difficulty in locating the transformation routine. Could you help me with this?&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Umut&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Mar 2012 14:36:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/a-generalized-eigenvalue-problem-question/m-p/796618#M2706</guid>
      <dc:creator>utab</dc:creator>
      <dc:date>2012-03-05T14:36:49Z</dc:date>
    </item>
    <item>
      <title>a generalized eigenvalue problem question</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/a-generalized-eigenvalue-problem-question/m-p/796619#M2707</link>
      <description>The transformations that are to be applied to the eigenvectors are listed in the  &lt;A href="http://iceberg.shef.ac.uk/docs/NAG22doc/nagdoc_fl22/xhtml/F08/f08sef.xml"&gt;NAG documentation for F08SEF (DSYGST)&lt;/A&gt;. In particular, see the table in section 3 of the document. &lt;BR /&gt;&lt;BR /&gt;If you want to recover the original eigenvectors, you may need to declare extra arrays for saving copies of the transformation matrices and write extra statements to copy arrays to be saved, since Lapack routines often overwrite input matrices with result matrices. &lt;BR /&gt;&lt;BR /&gt;I have not performed these manipulations myself, and the example included with MKL (dsygstx.f) does not compute eigenvectors. Therefore, I cannot tell you in detail what to do. What one needs to do is to sit down with pencil and paper, read the documentation, and make notes as to how to manage and carry out the work. The coding is then usually quite straightforward.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Mar 2012 12:22:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/a-generalized-eigenvalue-problem-question/m-p/796619#M2707</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-03-06T12:22:18Z</dc:date>
    </item>
  </channel>
</rss>

