<?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 Hi, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculate-determinant-for-matrix-using-MKL/m-p/1109108#M24260</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Are you interested in determinant of sparse or dense matrix? If dense than mecej4 is correct - dgetrf is the way to find it. For sparse matrix dss routine return determinant value&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
    <pubDate>Mon, 14 Mar 2016 15:08:26 GMT</pubDate>
    <dc:creator>Alexander_K_Intel2</dc:creator>
    <dc:date>2016-03-14T15:08:26Z</dc:date>
    <item>
      <title>Calculate determinant for matrix using MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculate-determinant-for-matrix-using-MKL/m-p/1109106#M24258</link>
      <description>&lt;P&gt;Hi, I need to calculate the determinant of a square matrix with MKL(ipp 9.0 -&amp;nbsp;parallel_studio_xe_2016). I searched solution for whole day but still not find the solution.&lt;/P&gt;

&lt;P&gt;Which approach should I follow?&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 09:33:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculate-determinant-for-matrix-using-MKL/m-p/1109106#M24258</guid>
      <dc:creator>nguyen_k_</dc:creator>
      <dc:date>2016-03-14T09:33:32Z</dc:date>
    </item>
    <item>
      <title>One way is to perform the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculate-determinant-for-matrix-using-MKL/m-p/1109107#M24259</link>
      <description>&lt;P&gt;One way is to perform the permuted LU decomposition using ?getrf(). Those routines replace the input matrix A by L and U, with L having a unit diagonal. Therefore, the determinant is simply evaluated as Π&lt;SUB&gt;i=1..n&lt;/SUB&gt;&lt;SUP&gt;&amp;nbsp;&lt;/SUP&gt;(a&lt;SUB&gt;ii&lt;/SUB&gt;) after the call to ?getrf() has returned.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 12:20:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculate-determinant-for-matrix-using-MKL/m-p/1109107#M24259</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-03-14T12:20:17Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculate-determinant-for-matrix-using-MKL/m-p/1109108#M24260</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Are you interested in determinant of sparse or dense matrix? If dense than mecej4 is correct - dgetrf is the way to find it. For sparse matrix dss routine return determinant value&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 15:08:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculate-determinant-for-matrix-using-MKL/m-p/1109108#M24260</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2016-03-14T15:08:26Z</dc:date>
    </item>
    <item>
      <title>Quote:mecej4 wrote:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculate-determinant-for-matrix-using-MKL/m-p/1109109#M24261</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thank you all, I'll try ?getrf()&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 07:53:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculate-determinant-for-matrix-using-MKL/m-p/1109109#M24261</guid>
      <dc:creator>nguyen_k_</dc:creator>
      <dc:date>2016-03-15T07:53:00Z</dc:date>
    </item>
  </channel>
</rss>

