<?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: problem with dgetrf, LU-decomposion in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-with-dgetrf-LU-decomposion/m-p/881745#M9650</link>
    <description>&lt;BR /&gt;
&lt;P&gt;Oleg, there are some Lapack examples where you can find how these routines calling the right way.&lt;BR /&gt;Please see: &lt;MKLROOT&gt;exampleslapacksource ...dgeconx.f, dgerfsx.f, dgetrfx.f, dgetrix.f, dgetrsx.f&lt;BR /&gt;--Gennady&lt;/MKLROOT&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 14 Mar 2009 19:05:18 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-03-14T19:05:18Z</dc:date>
    <item>
      <title>problem with dgetrf, LU-decomposion</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-with-dgetrf-LU-decomposion/m-p/881743#M9648</link>
      <description>I want to calculate LU-decomposition of square matrix. I call function dgetrf() but returned result is uncorrect. &lt;BR /&gt;&lt;BR /&gt;double A[100,100]; int Size=100; int *ipiv = new int[100]; int info;&lt;BR /&gt;/*...*/&lt;BR /&gt;dgetrf(&amp;amp;Size,&amp;amp;Size,A,&amp;amp;Size,ipiv,&amp;amp;info);&lt;BR /&gt;&lt;BR /&gt;I think, matrix A beforedgetrf()must be = P*L*U after dgetrf(), where P can be obtained from ipiv. Please,check my code.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2009 11:00:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-with-dgetrf-LU-decomposion/m-p/881743#M9648</guid>
      <dc:creator>shapovalov</dc:creator>
      <dc:date>2009-03-12T11:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: problem with dgetrf, LU-decomposion</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-with-dgetrf-LU-decomposion/m-p/881744#M9649</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
You don't give enough context to test whether your A looks like a Fortran double subscripted array; in general, it will not. You must refer to the reference source code for the interpretation of ipiv. As you don't give anything to check, there are several other points on which you could make mistakes.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2009 13:51:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-with-dgetrf-LU-decomposion/m-p/881744#M9649</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-03-12T13:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem with dgetrf, LU-decomposion</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-with-dgetrf-LU-decomposion/m-p/881745#M9650</link>
      <description>&lt;BR /&gt;
&lt;P&gt;Oleg, there are some Lapack examples where you can find how these routines calling the right way.&lt;BR /&gt;Please see: &lt;MKLROOT&gt;exampleslapacksource ...dgeconx.f, dgerfsx.f, dgetrfx.f, dgetrix.f, dgetrsx.f&lt;BR /&gt;--Gennady&lt;/MKLROOT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2009 19:05:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-with-dgetrf-LU-decomposion/m-p/881745#M9650</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-03-14T19:05:18Z</dc:date>
    </item>
  </channel>
</rss>

