<?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 Generalized Eigenvalue Problem in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Generalized-Eigenvalue-Problem/m-p/800253#M2963</link>
    <description>&lt;P&gt;Dear Victor,&lt;/P&gt;&lt;P&gt;thanks for your response.&lt;/P&gt;&lt;P&gt;doing the equivalence mu = 1 / lambda, it is possible to rewrite the equation like:&lt;/P&gt;&lt;P&gt;B*z = mu*A*z&lt;/P&gt;&lt;P&gt;in order to have the definite positive matrix in the correct side of the equation.&lt;/P&gt;&lt;P&gt;At this point, is it as simple as use the mkl function &lt;EM&gt;LAPACKE_dspgvx&lt;/EM&gt; to solve the system and then make &lt;BR /&gt;1 / mu to obtain the lambda eigenvalues?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Tue, 13 Mar 2012 14:56:00 GMT</pubDate>
    <dc:creator>JBervel</dc:creator>
    <dc:date>2012-03-13T14:56:00Z</dc:date>
    <item>
      <title>Generalized Eigenvalue Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Generalized-Eigenvalue-Problem/m-p/800251#M2961</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the generalized eigenvalue equation: Az = LBz. &lt;/P&gt;&lt;P&gt;The matrix A is symmetric positive-definite but the matrix B is symmetric semipositive-definite.&lt;/P&gt;&lt;P&gt;There is some way to convert the generalized equation to the standard problem Cy = Ly when the B matrix is semipositive-definite instead of positive-definite?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 14:57:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Generalized-Eigenvalue-Problem/m-p/800251#M2961</guid>
      <dc:creator>JBervel</dc:creator>
      <dc:date>2012-02-28T14:57:11Z</dc:date>
    </item>
    <item>
      <title>Generalized Eigenvalue Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Generalized-Eigenvalue-Problem/m-p/800252#M2962</link>
      <description>&lt;P&gt;Dear JBervel,&lt;BR /&gt;&lt;BR /&gt;Assuming A is symmetric positive definite you conclude it is non singular. That said, lambda=0 is not an eigenvalue of you problem. So, you can divide both sides of the equation by lambda and make change of denotations mu=1/lambda. The problem now looks like Bz=mu*Az.&lt;BR /&gt;If you wnat to com to the standard form, you can, for example factorize A=L*L^t (Cholesky).&lt;BR /&gt;Multiply the equation by L^{-1} from both sides and get the following&lt;BR /&gt;L^{-1}*B*L^{-t}*L^{t}*z=mu*L^t*z&lt;BR /&gt;Denoting C= L^{-1}*B*L^{-t} and y=L^t*z you come to the desired form&lt;BR /&gt;Cy=mu*y.&lt;BR /&gt;&lt;BR /&gt;Is it what you were looking for?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Victor&lt;/P&gt;</description>
      <pubDate>Wed, 29 Feb 2012 05:35:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Generalized-Eigenvalue-Problem/m-p/800252#M2962</guid>
      <dc:creator>Victor_K_Intel1</dc:creator>
      <dc:date>2012-02-29T05:35:57Z</dc:date>
    </item>
    <item>
      <title>Generalized Eigenvalue Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Generalized-Eigenvalue-Problem/m-p/800253#M2963</link>
      <description>&lt;P&gt;Dear Victor,&lt;/P&gt;&lt;P&gt;thanks for your response.&lt;/P&gt;&lt;P&gt;doing the equivalence mu = 1 / lambda, it is possible to rewrite the equation like:&lt;/P&gt;&lt;P&gt;B*z = mu*A*z&lt;/P&gt;&lt;P&gt;in order to have the definite positive matrix in the correct side of the equation.&lt;/P&gt;&lt;P&gt;At this point, is it as simple as use the mkl function &lt;EM&gt;LAPACKE_dspgvx&lt;/EM&gt; to solve the system and then make &lt;BR /&gt;1 / mu to obtain the lambda eigenvalues?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 14:56:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Generalized-Eigenvalue-Problem/m-p/800253#M2963</guid>
      <dc:creator>JBervel</dc:creator>
      <dc:date>2012-03-13T14:56:00Z</dc:date>
    </item>
    <item>
      <title>Generalized Eigenvalue Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Generalized-Eigenvalue-Problem/m-p/800254#M2964</link>
      <description>&lt;P&gt;Yes, this should work.&lt;BR /&gt;But there might be issues if A is ill-conditioned. &lt;BR /&gt;&lt;BR /&gt;WBR&lt;BR /&gt;Victor&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2012 11:09:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Generalized-Eigenvalue-Problem/m-p/800254#M2964</guid>
      <dc:creator>Victor_K_Intel1</dc:creator>
      <dc:date>2012-03-22T11:09:14Z</dc:date>
    </item>
    <item>
      <title>Generalized Eigenvalue Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Generalized-Eigenvalue-Problem/m-p/800255#M2965</link>
      <description>Yes, it worked.&lt;BR /&gt;&lt;BR /&gt;Thanks very much.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Mar 2012 10:36:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Generalized-Eigenvalue-Problem/m-p/800255#M2965</guid>
      <dc:creator>JBervel</dc:creator>
      <dc:date>2012-03-27T10:36:38Z</dc:date>
    </item>
  </channel>
</rss>

