<?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 Eigenproblem in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenproblem/m-p/904202#M11531</link>
    <description>Hi,&lt;BR /&gt; I'm new to Lapack libraries and Intel MKL.&lt;BR /&gt; I have to solve an eigensystem problem, with 3x3 complex matrixes, and I don't know if I'm calling Lapack routines in the correct order. I use these routines from C. Here is the list:&lt;BR /&gt;First I call &lt;BR /&gt;&lt;B&gt;zgebal&lt;/B&gt;&lt;BR /&gt;with job ='P'.&lt;BR /&gt;Then I call&lt;BR /&gt;&lt;B&gt;zgehdr&lt;/B&gt;.&lt;BR /&gt;Then i copy the Hessenberg matrix to a temporary matrix, and the temporary one I put as input to:&lt;BR /&gt;&lt;B&gt;unghr&lt;/B&gt;&lt;BR /&gt;to get the Q matrix.&lt;BR /&gt;After that:&lt;BR /&gt;&lt;B&gt;zhseqr&lt;/B&gt;&lt;BR /&gt;with &lt;BR /&gt;job = 'S' and compz = 'V'; matrix inputs are the Hessemberg matrix, and as vl the Q matrix.&lt;BR /&gt;Then I call&lt;BR /&gt;&lt;B&gt;zgebak&lt;/B&gt;&lt;BR /&gt;with the same Q matrix (modified by hseqr, so eigenvectors are in).&lt;BR /&gt;Finally&lt;BR /&gt;&lt;B&gt;ztrevc&lt;/B&gt;&lt;BR /&gt;is called.&lt;BR /&gt;&lt;BR /&gt;Also, I wish to know if somebody have some example of how to use this functions.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Oct 2006 19:29:57 GMT</pubDate>
    <dc:creator>fernet</dc:creator>
    <dc:date>2006-10-23T19:29:57Z</dc:date>
    <item>
      <title>Eigenproblem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenproblem/m-p/904202#M11531</link>
      <description>Hi,&lt;BR /&gt; I'm new to Lapack libraries and Intel MKL.&lt;BR /&gt; I have to solve an eigensystem problem, with 3x3 complex matrixes, and I don't know if I'm calling Lapack routines in the correct order. I use these routines from C. Here is the list:&lt;BR /&gt;First I call &lt;BR /&gt;&lt;B&gt;zgebal&lt;/B&gt;&lt;BR /&gt;with job ='P'.&lt;BR /&gt;Then I call&lt;BR /&gt;&lt;B&gt;zgehdr&lt;/B&gt;.&lt;BR /&gt;Then i copy the Hessenberg matrix to a temporary matrix, and the temporary one I put as input to:&lt;BR /&gt;&lt;B&gt;unghr&lt;/B&gt;&lt;BR /&gt;to get the Q matrix.&lt;BR /&gt;After that:&lt;BR /&gt;&lt;B&gt;zhseqr&lt;/B&gt;&lt;BR /&gt;with &lt;BR /&gt;job = 'S' and compz = 'V'; matrix inputs are the Hessemberg matrix, and as vl the Q matrix.&lt;BR /&gt;Then I call&lt;BR /&gt;&lt;B&gt;zgebak&lt;/B&gt;&lt;BR /&gt;with the same Q matrix (modified by hseqr, so eigenvectors are in).&lt;BR /&gt;Finally&lt;BR /&gt;&lt;B&gt;ztrevc&lt;/B&gt;&lt;BR /&gt;is called.&lt;BR /&gt;&lt;BR /&gt;Also, I wish to know if somebody have some example of how to use this functions.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Oct 2006 19:29:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenproblem/m-p/904202#M11531</guid>
      <dc:creator>fernet</dc:creator>
      <dc:date>2006-10-23T19:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Eigenproblem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenproblem/m-p/904203#M11532</link>
      <description>Nobody knows?&lt;BR /&gt;&lt;BR /&gt;It was so easy... I don't understand the time I've lost looking for this easy function:&lt;BR /&gt;&lt;B&gt;?geev&lt;/B&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Oct 2006 16:25:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenproblem/m-p/904203#M11532</guid>
      <dc:creator>fernet</dc:creator>
      <dc:date>2006-10-24T16:25:48Z</dc:date>
    </item>
  </channel>
</rss>

