<?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 Using the QZ eigenvalue solver in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-QZ-eigenvalue-solver/m-p/787661#M1958</link>
    <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I have a system like&lt;BR /&gt;&lt;BR /&gt;K1 K12&lt;BR /&gt;0 K2&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;M1 0&lt;BR /&gt;M21 M2&lt;BR /&gt;&lt;BR /&gt;where M21= - K12^T&lt;BR /&gt;&lt;BR /&gt;If I use this model to solve the eigenvalue problem with the qz solver, I get the independent eigenvalues of the blocks, namely, the eigenvalues of (K1,M1) and (K2,M2)? The coupling blocks seem to be not taken into consideration. What could be the cause of this?&lt;BR /&gt;&lt;BR /&gt;What should be the path to use the QZ nonsymmetric eigenvalue solver?&lt;BR /&gt;&lt;BR /&gt;Following the documentation, I guess I should do,&lt;BR /&gt;&lt;BR /&gt;+ balance to improve for performance: ggbal&lt;BR /&gt;+ then reduced to hessenberg format: gghrd&lt;BR /&gt;+ use the solver: hgeqz&lt;BR /&gt;+ recover: ggbak&lt;BR /&gt;&lt;BR /&gt;Is this correct?&lt;BR /&gt;&lt;BR /&gt;If this is correct, then there is a problem because the problem gives me eigenvalues of the blocks only as explained.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Umut</description>
    <pubDate>Wed, 21 Mar 2012 08:53:56 GMT</pubDate>
    <dc:creator>utab</dc:creator>
    <dc:date>2012-03-21T08:53:56Z</dc:date>
    <item>
      <title>Using the QZ eigenvalue solver</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-QZ-eigenvalue-solver/m-p/787661#M1958</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I have a system like&lt;BR /&gt;&lt;BR /&gt;K1 K12&lt;BR /&gt;0 K2&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;M1 0&lt;BR /&gt;M21 M2&lt;BR /&gt;&lt;BR /&gt;where M21= - K12^T&lt;BR /&gt;&lt;BR /&gt;If I use this model to solve the eigenvalue problem with the qz solver, I get the independent eigenvalues of the blocks, namely, the eigenvalues of (K1,M1) and (K2,M2)? The coupling blocks seem to be not taken into consideration. What could be the cause of this?&lt;BR /&gt;&lt;BR /&gt;What should be the path to use the QZ nonsymmetric eigenvalue solver?&lt;BR /&gt;&lt;BR /&gt;Following the documentation, I guess I should do,&lt;BR /&gt;&lt;BR /&gt;+ balance to improve for performance: ggbal&lt;BR /&gt;+ then reduced to hessenberg format: gghrd&lt;BR /&gt;+ use the solver: hgeqz&lt;BR /&gt;+ recover: ggbak&lt;BR /&gt;&lt;BR /&gt;Is this correct?&lt;BR /&gt;&lt;BR /&gt;If this is correct, then there is a problem because the problem gives me eigenvalues of the blocks only as explained.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Umut</description>
      <pubDate>Wed, 21 Mar 2012 08:53:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-QZ-eigenvalue-solver/m-p/787661#M1958</guid>
      <dc:creator>utab</dc:creator>
      <dc:date>2012-03-21T08:53:56Z</dc:date>
    </item>
    <item>
      <title>Using the QZ eigenvalue solver</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-QZ-eigenvalue-solver/m-p/787662#M1959</link>
      <description>Hi, Umut,&lt;BR /&gt;&lt;BR /&gt;Usually it is much easier to help if the test is provided.&lt;BR /&gt;From the first glance, the sequence of calls you refer to looks OK.&lt;BR /&gt;But at the same time, describing the matrices you draw them as &lt;SPAN style="text-decoration: underline;"&gt;block upper triangular&lt;/SPAN&gt; and &lt;SPAN style="text-decoration: underline;"&gt;block lower triangular&lt;/SPAN&gt;. But for the QZ solver one of matrices should be in the &lt;SPAN style="text-decoration: underline;"&gt;upper Hessenberg form&lt;/SPAN&gt;, the second - in the &lt;SPAN style="text-decoration: underline;"&gt;upper triangular form&lt;/SPAN&gt;. This might be the root cause of the issue you observe.&lt;BR /&gt;&lt;BR /&gt;WBR&lt;BR /&gt;Victor</description>
      <pubDate>Thu, 22 Mar 2012 10:53:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-QZ-eigenvalue-solver/m-p/787662#M1959</guid>
      <dc:creator>Victor_K_Intel1</dc:creator>
      <dc:date>2012-03-22T10:53:32Z</dc:date>
    </item>
    <item>
      <title>Using the QZ eigenvalue solver</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-QZ-eigenvalue-solver/m-p/787663#M1960</link>
      <description>Dear Victor,&lt;BR /&gt;&lt;BR /&gt;Does not the routine of reduction to hessenberg format, namely the second line in my input, do that for me so that the input matrices are in right format?&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Umut</description>
      <pubDate>Mon, 26 Mar 2012 09:41:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-QZ-eigenvalue-solver/m-p/787663#M1960</guid>
      <dc:creator>utab</dc:creator>
      <dc:date>2012-03-26T09:41:23Z</dc:date>
    </item>
    <item>
      <title>Using the QZ eigenvalue solver</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-QZ-eigenvalue-solver/m-p/787664#M1961</link>
      <description>Umut,&lt;BR /&gt;&lt;BR /&gt;Actually it does but assuming the second matrix is already in the form of upper triangular matrix.&lt;BR /&gt;Unfortunately, from your description it is not obvious.&lt;BR /&gt;&lt;BR /&gt;WBR&lt;BR /&gt;Victor</description>
      <pubDate>Mon, 26 Mar 2012 11:18:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-the-QZ-eigenvalue-solver/m-p/787664#M1961</guid>
      <dc:creator>Victor_K_Intel1</dc:creator>
      <dc:date>2012-03-26T11:18:14Z</dc:date>
    </item>
  </channel>
</rss>

