<?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 intel mkl pardiso to obtain determinant of matrix in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1391262#M33257</link>
    <description>&lt;P&gt;I&amp;nbsp;recently used the eigen with intel mkl pardiso to perform LDLT&amp;nbsp;decomposition. It's much faster than other packages. I want to obtain the&amp;nbsp;lower triangular matrix (matrixL) and&amp;nbsp;diagonal matrix (vectorD) to calculate the&amp;nbsp;determinant. Is it possible for&amp;nbsp;intel mkl pardiso to obtain these two matrixes and how? Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2022 09:33:45 GMT</pubDate>
    <dc:creator>chao_n_</dc:creator>
    <dc:date>2022-06-09T09:33:45Z</dc:date>
    <item>
      <title>intel mkl pardiso to obtain determinant of matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1391262#M33257</link>
      <description>&lt;P&gt;I&amp;nbsp;recently used the eigen with intel mkl pardiso to perform LDLT&amp;nbsp;decomposition. It's much faster than other packages. I want to obtain the&amp;nbsp;lower triangular matrix (matrixL) and&amp;nbsp;diagonal matrix (vectorD) to calculate the&amp;nbsp;determinant. Is it possible for&amp;nbsp;intel mkl pardiso to obtain these two matrixes and how? Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 09:33:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1391262#M33257</guid>
      <dc:creator>chao_n_</dc:creator>
      <dc:date>2022-06-09T09:33:45Z</dc:date>
    </item>
    <item>
      <title>Re:intel mkl pardiso to obtain determinant of matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1391598#M33262</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;gt;&amp;gt; diagonal matrix (vectorD)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;You can make use of the routine pardiso_getdiag which returns the diagonal elements of the matrix.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines/onemkl-pardiso-parallel-direct-sparse-solver-iface/pardiso-getdiag.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines/onemkl-pardiso-parallel-direct-sparse-solver-iface/pardiso-getdiag.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;At present, there are no functions available for PARDISO API which can return LU factors.&lt;/P&gt;&lt;P&gt;Here are some of the forum threads where similar questions have been discussed.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-get-L-U-factors/m-p/1265720#M31046" target="_blank"&gt;https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-get-L-U-factors/m-p/1265720#M31046&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Accessing-the-LU-factors-in-sparse-direct-solver/m-p/1279535#M31279" target="_blank"&gt;https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Accessing-the-LU-factors-in-sparse-direct-solver/m-p/1279535#M31279&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&amp;gt;&amp;gt;to obtain determinant of matrix&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Since you want to compute the determinant maybe you can try DSS API (which is an alternative to PARDISO interface) dss_statistics &lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines/direct-sparse-solver-dss-interface-routines/dss-routines/dss-statistics.html#dss-statistics" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines/direct-sparse-solver-dss-interface-routines/dss-routines/dss-statistics.html#dss-statistics&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jun 2022 10:16:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1391598#M33262</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-06-10T10:16:43Z</dc:date>
    </item>
    <item>
      <title>回复： Re:intel mkl pardiso to obtain determinant of matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1391986#M33273</link>
      <description>&lt;P&gt;Many thanks for your answers. I have some additional questions.&lt;/P&gt;
&lt;P&gt;What's the difference between&amp;nbsp;&lt;SPAN&gt;PARDISO API and&amp;nbsp;DSS API?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Does&amp;nbsp;DSS API also use&amp;nbsp;multi-thread?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Which is much faster?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Will PARDISO API add&amp;nbsp;determinant function in the future?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 07:42:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1391986#M33273</guid>
      <dc:creator>chao_n_</dc:creator>
      <dc:date>2022-06-13T07:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: intel mkl pardiso to obtain determinant of matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1392567#M33278</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;....function in the future?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;We are working on your issue. we will get back to you soon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 05:42:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1392567#M33278</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-06-15T05:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: intel mkl pardiso to obtain determinant of matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1392593#M33280</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your answer. You have missed some questions.&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp;&lt;SPAN&gt;Does&amp;nbsp;DSS API also use&amp;nbsp;multi-thread?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp;&lt;SPAN&gt;What's the difference between&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="sub_section_element_selectors"&gt;PARDISO API and&amp;nbsp;DSS API?&amp;nbsp;&lt;SPAN&gt;Which is much faster?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 07:15:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1392593#M33280</guid>
      <dc:creator>chao_n_</dc:creator>
      <dc:date>2022-06-15T07:15:00Z</dc:date>
    </item>
    <item>
      <title>Re:intel mkl pardiso to obtain determinant of matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1392688#M33283</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;Does&amp;nbsp;DSS API also use&amp;nbsp;multi-thread?&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;Yes, DSS API supports multi-thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;What's the difference between&amp;nbsp;PARDISO API and&amp;nbsp;DSS API?&amp;nbsp;Which is much faster?&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;DSS API is some kind of simplified API for beginners.&amp;nbsp;Intel PARDISO API supports more options/features compare with DSS API. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jun 2022 13:51:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1392688#M33283</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2022-06-15T13:51:24Z</dc:date>
    </item>
    <item>
      <title>Re:intel mkl pardiso to obtain determinant of matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1401109#M33404</link>
      <description>&lt;P&gt;Thank you for reaching us. This issue is closing and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jul 2022 07:37:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/intel-mkl-pardiso-to-obtain-determinant-of-matrix/m-p/1401109#M33404</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2022-07-18T07:37:23Z</dc:date>
    </item>
  </channel>
</rss>

