<?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: CALL dGETRF problem in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CALL-dGETRF-problem/m-p/903290#M11450</link>
    <description>&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;There at least two problems in your case:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;First of all: PARDISO is more suitable for calculation of sparse linear equations and you can try to use this solver.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;Another problem  you cannot get the correct result! &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;We are expecting that Lapack functions will produce the correct results independently on sparse or density matrixes they are processing. &lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;One of the reason&lt;/SPAN&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;s&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt; why you met the problem is i&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;ll-conditioned matrix you are processing. Did you check the &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Arial" color="#993300" size="2"&gt;&lt;SPAN&gt;condition number for your input? &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;Moreover, I mean &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Arial" color="#993300" size="2"&gt;&lt;SPAN&gt;that the &lt;SPAN class="hl"&gt;ill-conditioned&lt;/SPAN&gt; problem can't get a satisfied result by PARDISO as well. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;--Gennady&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color="#993300"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Aug 2008 10:01:58 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2008-08-28T10:01:58Z</dc:date>
    <item>
      <title>CALL dGETRF problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CALL-dGETRF-problem/m-p/903289#M11449</link>
      <description>Hi,&lt;BR /&gt;  CALL dGETRF(N,N,A,N,IPVT,info); &lt;BR /&gt;
 CALL dGETRS('N',n,1,a,n,ipvt,b,n,info); &lt;BR /&gt; I use the above two subroutines from MKL to calculate Ax=b im my simulation program,the two subroutines are called up to 2,000,000 during the simulation. The program runs well.But, sometimes i cannot get correct solution,the elements in the solution(b) are becoming bigger and bigger. Then, I try other subroutines for the same simulation program, for example DG2RES from IMSL,the solution is good and simulation result seems reasonable. &lt;BR /&gt; I want to know whether dGETRF has some restriction when we use it to solve Ax=b.I mean, some restriction on "A". In my simulation, "A" is a sparse matrix.Personally,Pardiso in MKL may be suitable for my problem,but i am not sure.Could someone give me some advice?&lt;BR /&gt; Thank you!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Aug 2008 02:18:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CALL-dGETRF-problem/m-p/903289#M11449</guid>
      <dc:creator>benzandbuick</dc:creator>
      <dc:date>2008-08-16T02:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: CALL dGETRF problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CALL-dGETRF-problem/m-p/903290#M11450</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;There at least two problems in your case:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;First of all: PARDISO is more suitable for calculation of sparse linear equations and you can try to use this solver.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;Another problem  you cannot get the correct result! &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;We are expecting that Lapack functions will produce the correct results independently on sparse or density matrixes they are processing. &lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;One of the reason&lt;/SPAN&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;s&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt; why you met the problem is i&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;ll-conditioned matrix you are processing. Did you check the &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Arial" color="#993300" size="2"&gt;&lt;SPAN&gt;condition number for your input? &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;Moreover, I mean &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Arial" color="#993300" size="2"&gt;&lt;SPAN&gt;that the &lt;SPAN class="hl"&gt;ill-conditioned&lt;/SPAN&gt; problem can't get a satisfied result by PARDISO as well. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Verdana" color="#993300" size="2"&gt;&lt;SPAN&gt;--Gennady&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color="#993300"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2008 10:01:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CALL-dGETRF-problem/m-p/903290#M11450</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-08-28T10:01:58Z</dc:date>
    </item>
  </channel>
</rss>

