<?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 Diogo, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-Matrix-Structure-leads-Zero-Pivot-Error/m-p/917662#M12751</link>
    <description>&lt;P&gt;Diogo,&lt;/P&gt;
&lt;P&gt;please check the latest update &amp;nbsp;1 ( MKL 11.1 Update 1) where the fix of the problem has been provided. Pls let us know if the problem is still there.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2013 06:44:56 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2013-10-28T06:44:56Z</dc:date>
    <item>
      <title>Sparse Matrix Structure leads Zero Pivot Error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-Matrix-Structure-leads-Zero-Pivot-Error/m-p/917657#M12746</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I am using the DSS from MKL to solve the linear system of equations Ax=b, for which the resulting matrix A is sparse and not symmetric, but its structure is symmetric.&lt;/P&gt;
&lt;P&gt;Concerning the options, I am using MKL_DSS_SYMMETRIC_STRUCTURE in the definition of the structure and MKL_DSS_INDEFINITE in the factorization.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I am using the following example (15*15 matrix in attachment) to try and solve a system considering that the matrix A is sparse. Unfortunately, the DSS solver gives an error of “MKL-DSS-DSS-Error, Zero Pivot detected”, but the matrix is non-singular. The determinant of the matrix is about -3.1e+62 (calculated in excel) and I get the solution both in excel and matlab.&lt;/P&gt;
&lt;P&gt;When I switch the definition of the matrix structure for MKL_DSS_NON_SYMMETRIC, I get the correct solution. I don’t understand why!&lt;/P&gt;
&lt;P&gt;In order to understand this problem I create a new subroutine. Using the initial definition of matrix structure, I give all elements of A as non-zero (dense matrix), I am not take advantage of the sparse matrix. With this structure, DSS solver gives the correct solution.&lt;/P&gt;
&lt;P&gt;Someone can help me why I cannot use the MKL_DSS_SYMMETRIC_STRUCTURE definition in the sparse matrix structure.&lt;/P&gt;
&lt;P&gt;Both subroutines are in attachment.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Diogo&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 17:01:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-Matrix-Structure-leads-Zero-Pivot-Error/m-p/917657#M12746</guid>
      <dc:creator>diogoneto</dc:creator>
      <dc:date>2013-09-03T17:01:21Z</dc:date>
    </item>
    <item>
      <title>thanks for the case, it looks</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-Matrix-Structure-leads-Zero-Pivot-Error/m-p/917658#M12747</link>
      <description>&lt;P&gt;thanks for the case, it looks like the issue for DSS. we will &amp;nbsp; check the problem on our side and let you know the results soon.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2013 08:38:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-Matrix-Structure-leads-Zero-Pivot-Error/m-p/917658#M12747</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-09-04T08:38:28Z</dc:date>
    </item>
    <item>
      <title>Hi Diogo,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-Matrix-Structure-leads-Zero-Pivot-Error/m-p/917659#M12748</link>
      <description>&lt;P&gt;Hi Diogo,&lt;/P&gt;
&lt;P&gt;Yes, we confirmed that this is the bug and the cause of the problem has been found. How important this issue is for you? Can you use the&amp;nbsp;MKL_DSS_NON_SYMMETRIC case as a temporarily workaroud? we expect no performance degradation in that case.&lt;/P&gt;
&lt;P&gt;-Gennady&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2013 04:51:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-Matrix-Structure-leads-Zero-Pivot-Error/m-p/917659#M12748</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-09-05T04:51:50Z</dc:date>
    </item>
    <item>
      <title>Hi Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-Matrix-Structure-leads-Zero-Pivot-Error/m-p/917660#M12749</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Gennady,&lt;/P&gt;
&lt;P&gt;Thank you for your quick response. I have not problem to use the option MKL_DSS_NON_SYMMETRIC and I check yesterday that the &amp;nbsp;performance is not affected with a simple problem.&lt;/P&gt;
&lt;P&gt;Diogo&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2013 09:37:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-Matrix-Structure-leads-Zero-Pivot-Error/m-p/917660#M12749</guid>
      <dc:creator>diogoneto</dc:creator>
      <dc:date>2013-09-05T09:37:10Z</dc:date>
    </item>
    <item>
      <title>well, we will let you know</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-Matrix-Structure-leads-Zero-Pivot-Error/m-p/917661#M12750</link>
      <description>&lt;P&gt;well, we will let you know when the original problem would be fixed and which next update. thanks, Gennady&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2013 03:27:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-Matrix-Structure-leads-Zero-Pivot-Error/m-p/917661#M12750</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-09-06T03:27:37Z</dc:date>
    </item>
    <item>
      <title>Diogo,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-Matrix-Structure-leads-Zero-Pivot-Error/m-p/917662#M12751</link>
      <description>&lt;P&gt;Diogo,&lt;/P&gt;
&lt;P&gt;please check the latest update &amp;nbsp;1 ( MKL 11.1 Update 1) where the fix of the problem has been provided. Pls let us know if the problem is still there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 06:44:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-Matrix-Structure-leads-Zero-Pivot-Error/m-p/917662#M12751</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-10-28T06:44:56Z</dc:date>
    </item>
  </channel>
</rss>

