<?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 Re: LAPACK DSYEV -negative eigenvalue for a positive definite m in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-DSYEV-negative-eigenvalue-for-a-positive-definite-matrix/m-p/893822#M10652</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Thanks for your reply.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Here is the 6x6 matrix:&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;A = [&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;151120481.428847        151120481.428847        52055036.6724627     53675991.8546206        40296770.0677839        43410356.2551100&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;;151120481.428847        151120481.428847        52055036.6724627     53675991.8546206        40296770.0677839        43410356.2551100 ;52055036.6724627        52055036.6724627        100305763.160939     60890549.3586360        35311242.4103483        31373570.5088871   ;53675991.8546206        53675991.8546206        60890549.3586360     112533004.382060        33331662.1776238        37220742.9771377  ;40296770.0677839        40296770.0677839        35311242.4103483     33331662.1776238        78740272.8719528        31260906.5611842  ;43410356.2551100        43410356.2551100        31373570.5088871     37220742.9771377        31260906.5611842        86843289.2068501&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;]&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Ocatve gave me the following eigenvalues:&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;1.1176e-008&lt;BR /&gt; 4.3032e+007&lt;BR /&gt; 5.2965e+007&lt;BR /&gt; 6.7013e+007&lt;BR /&gt; 1.1757e+008&lt;BR /&gt; 4.0008e+008&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Which are all positive&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Fortran gave me the following eigenvalues:&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;-2.845365061365947D-025&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;43031590.6018047&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;52965460.4977217&lt;BR /&gt;67012835.5297122&lt;BR /&gt;117569027.749215&lt;BR /&gt;400084378.101042&lt;BR /&gt;&lt;BR /&gt;The first eigenvalues is negative, which is strange as the symmetric matrix above is a positive definite matrix.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Thanks!!&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 05 Nov 2009 14:44:40 GMT</pubDate>
    <dc:creator>Pipa</dc:creator>
    <dc:date>2009-11-05T14:44:40Z</dc:date>
    <item>
      <title>LAPACK DSYEV -negative eigenvalue for a positive definite matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-DSYEV-negative-eigenvalue-for-a-positive-definite-matrix/m-p/893820#M10650</link>
      <description>Hi all,
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;I have a positive definite 6x6 symmetric matrix. When I compute its eigenvalues using DSYEV, I get a negative eigenvalue (which is a small number ~&amp;lt;10^-8). It seems like a machine error. Is there any way to avoid this (without hard-wiring zero for negative eigenvalues with an if-condition)?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;I copy-pasted the same matrix into Octave (mathematical tool like MATLAB) and got all positive eigenvalues with similar magnitude as in Fortran. The only difference was the one small eigenvalue which was negative in Fortran and positive in Octave.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;p.s. Octave also uses DSYEV&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks!!&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Nov 2009 22:49:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-DSYEV-negative-eigenvalue-for-a-positive-definite-matrix/m-p/893820#M10650</guid>
      <dc:creator>Pipa</dc:creator>
      <dc:date>2009-11-04T22:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: LAPACK DSYEV -negative eigenvalue for a positive definite m</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-DSYEV-negative-eigenvalue-for-a-positive-definite-matrix/m-p/893821#M10651</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/229528"&gt;B&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi all,
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;I have a positive definite 6x6 symmetric matrix. When I compute its eigenvalues using DSYEV, I get a negative eigenvalue (which is a small number ~&amp;lt;10^-8). It seems like a machine error. Is there any way to avoid this (without hard-wiring zero for negative eigenvalues with an if-condition)?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;I copy-pasted the same matrix into Octave (mathematical tool like MATLAB) and got all positive eigenvalues with similar magnitude as in Fortran. The only difference was the one small eigenvalue which was negative in Fortran and positive in Octave.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;p.s. Octave also uses DSYEV&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks!!&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hello, &lt;BR /&gt;&lt;BR /&gt;It is interesting probelm. Could you pleaseprovide small test case(include the input matrix)to show the problem? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ying H.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2009 03:16:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-DSYEV-negative-eigenvalue-for-a-positive-definite-matrix/m-p/893821#M10651</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-11-05T03:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: LAPACK DSYEV -negative eigenvalue for a positive definite m</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-DSYEV-negative-eigenvalue-for-a-positive-definite-matrix/m-p/893822#M10652</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Thanks for your reply.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Here is the 6x6 matrix:&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;A = [&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;151120481.428847        151120481.428847        52055036.6724627     53675991.8546206        40296770.0677839        43410356.2551100&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;;151120481.428847        151120481.428847        52055036.6724627     53675991.8546206        40296770.0677839        43410356.2551100 ;52055036.6724627        52055036.6724627        100305763.160939     60890549.3586360        35311242.4103483        31373570.5088871   ;53675991.8546206        53675991.8546206        60890549.3586360     112533004.382060        33331662.1776238        37220742.9771377  ;40296770.0677839        40296770.0677839        35311242.4103483     33331662.1776238        78740272.8719528        31260906.5611842  ;43410356.2551100        43410356.2551100        31373570.5088871     37220742.9771377        31260906.5611842        86843289.2068501&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;]&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Ocatve gave me the following eigenvalues:&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;1.1176e-008&lt;BR /&gt; 4.3032e+007&lt;BR /&gt; 5.2965e+007&lt;BR /&gt; 6.7013e+007&lt;BR /&gt; 1.1757e+008&lt;BR /&gt; 4.0008e+008&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Which are all positive&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Fortran gave me the following eigenvalues:&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;-2.845365061365947D-025&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;43031590.6018047&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;52965460.4977217&lt;BR /&gt;67012835.5297122&lt;BR /&gt;117569027.749215&lt;BR /&gt;400084378.101042&lt;BR /&gt;&lt;BR /&gt;The first eigenvalues is negative, which is strange as the symmetric matrix above is a positive definite matrix.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Thanks!!&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Nov 2009 14:44:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-DSYEV-negative-eigenvalue-for-a-positive-definite-matrix/m-p/893822#M10652</guid>
      <dc:creator>Pipa</dc:creator>
      <dc:date>2009-11-05T14:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: LAPACK DSYEV -negative eigenvalue for a positive definite m</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-DSYEV-negative-eigenvalue-for-a-positive-definite-matrix/m-p/893823#M10653</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/229528"&gt;B&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Thanks for your reply.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Here is the 6x6 matrix:&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;A = [&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;151120481.428847 151120481.428847 52055036.6724627 53675991.8546206 40296770.0677839 43410356.2551100&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;;151120481.428847 151120481.428847 52055036.6724627 53675991.8546206 40296770.0677839 43410356.2551100 ;52055036.6724627 52055036.6724627 100305763.160939 60890549.3586360 35311242.4103483 31373570.5088871 ;53675991.8546206 53675991.8546206 60890549.3586360 112533004.382060 33331662.1776238 37220742.9771377 ;40296770.0677839 40296770.0677839 35311242.4103483 33331662.1776238 78740272.8719528 31260906.5611842 ;43410356.2551100 43410356.2551100 31373570.5088871 37220742.9771377 31260906.5611842 86843289.2068501&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;]&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Ocatve gave me the following eigenvalues:&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;1.1176e-008&lt;BR /&gt;4.3032e+007&lt;BR /&gt;5.2965e+007&lt;BR /&gt;6.7013e+007&lt;BR /&gt;1.1757e+008&lt;BR /&gt;4.0008e+008&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Which are all positive&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Fortran gave me the following eigenvalues:&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;-2.845365061365947D-025&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;43031590.6018047&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;52965460.4977217&lt;BR /&gt;67012835.5297122&lt;BR /&gt;117569027.749215&lt;BR /&gt;400084378.101042&lt;BR /&gt;&lt;BR /&gt;The first eigenvalues is negative, which is strange as the symmetric matrix above is a positive definite matrix.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Thanks!!&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;We maysee the problem in two aspects. &lt;BR /&gt;First, the A have same row 1 and row2 &lt;BR /&gt;151120481.428847 151120481.428847 52055036.6724627 53675991.8546206 40296770.0677839 43410356.2551100 ;&lt;BR /&gt;151120481.428847 151120481.428847 52055036.6724627 53675991.8546206 40296770.0677839 43410356.2551100&lt;BR /&gt;It is not a positive definition matrix and in theory, it has a eigenvalue 0.0. &lt;BR /&gt;&lt;BR /&gt;Secondly, we need consider thecompuation precision on computer, in general, the presion of double type float willabout 15digit . So the valid digit of -2.845365061365947D-025(-0.00000000000000000000000028), it actually equals to 0.0&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2009 06:07:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-DSYEV-negative-eigenvalue-for-a-positive-definite-matrix/m-p/893823#M10653</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2009-11-10T06:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: LAPACK DSYEV -negative eigenvalue for a positive definite m</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-DSYEV-negative-eigenvalue-for-a-positive-definite-matrix/m-p/893824#M10654</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Thanks a lot for ur reply.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;I realized that it is not a positive definite matrix after I did some analysis with the diagonal elements of the matrix to check its positive definitiveness.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;I was just wondering if there is a way to know why the results from Octave and Fortran were different although they use same LAPACK routines.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Thanks again for ur time!&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Nov 2009 17:48:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-DSYEV-negative-eigenvalue-for-a-positive-definite-matrix/m-p/893824#M10654</guid>
      <dc:creator>Pipa</dc:creator>
      <dc:date>2009-11-11T17:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: LAPACK DSYEV -negative eigenvalue for a positive definite m</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-DSYEV-negative-eigenvalue-for-a-positive-definite-matrix/m-p/893825#M10655</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/229528"&gt;B&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Thanks a lot for ur reply.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;I realized that it is not a positive definite matrix after I did some analysis with the diagonal elements of the matrix to check its positive definitiveness.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;I was just wondering if there is a way to know why the results from Octave and Fortran were different although they use same LAPACK routines.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Thanks again for ur time!&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11pt; font-family: " calibri=""&gt;balwindersingh, &lt;BR /&gt; yes the same routines but the different implementations :), different versions and different libraries at all. Fortran (i guess you are talking about Intel Fortran ) uses Intel MKL, but i am not aware about Octave&lt;/SPAN&gt;.&lt;BR /&gt;--Gennady&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2009 07:37:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/LAPACK-DSYEV-negative-eigenvalue-for-a-positive-definite-matrix/m-p/893825#M10655</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-11-12T07:37:03Z</dc:date>
    </item>
  </channel>
</rss>

