<?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 One more question. in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-Cholesky-diagonal/m-p/1130326#M25548</link>
    <description>&lt;P data-select-like-a-boss="1"&gt;One more question.&lt;/P&gt;&lt;P&gt;Documentation for pardiso_getdiag says that "it is possible that array&amp;nbsp;df&amp;nbsp;is not in line with the&amp;nbsp;perm&amp;nbsp;array computed during phase 11".&lt;/P&gt;&lt;P&gt;How can I get correct permutations of&amp;nbsp;diagonal elements of the factorized matrix after factorization?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2019 06:59:36 GMT</pubDate>
    <dc:creator>vladimir1</dc:creator>
    <dc:date>2019-07-24T06:59:36Z</dc:date>
    <item>
      <title>How to get Cholesky diagonal?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-Cholesky-diagonal/m-p/1130323#M25545</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I need to extract diagonal from cholesky LDLt sparse factorization. Can I do this with Intel MKL?&lt;/P&gt;&lt;P&gt;I can use pardiso to factor and solve sparse linear system. But cholesky factor matrix itself is unreachable for me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 14:10:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-Cholesky-diagonal/m-p/1130323#M25545</guid>
      <dc:creator>vladimir1</dc:creator>
      <dc:date>2019-07-18T14:10:32Z</dc:date>
    </item>
    <item>
      <title>Hello Vladimir,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-Cholesky-diagonal/m-p/1130324#M25546</link>
      <description>&lt;P&gt;Hello Vladimir,&lt;/P&gt;&lt;P&gt;Are you looking for something like pardiso_getdiag? &lt;A href="https://software.intel.com/en-us/mkl-developer-reference-c-pardiso-getdiag" target="_blank"&gt;https://software.intel.com/en-us/mkl-developer-reference-c-pardiso-getdiag&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or do you need factor L?&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 23:19:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-Cholesky-diagonal/m-p/1130324#M25546</guid>
      <dc:creator>Kirill_V_Intel</dc:creator>
      <dc:date>2019-07-18T23:19:59Z</dc:date>
    </item>
    <item>
      <title>Thank you so much. I somehow</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-Cholesky-diagonal/m-p/1130325#M25547</link>
      <description>&lt;P&gt;Thank you so much. I somehow did not see it&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 06:51:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-Cholesky-diagonal/m-p/1130325#M25547</guid>
      <dc:creator>vladimir1</dc:creator>
      <dc:date>2019-07-19T06:51:09Z</dc:date>
    </item>
    <item>
      <title>One more question.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-Cholesky-diagonal/m-p/1130326#M25548</link>
      <description>&lt;P data-select-like-a-boss="1"&gt;One more question.&lt;/P&gt;&lt;P&gt;Documentation for pardiso_getdiag says that "it is possible that array&amp;nbsp;df&amp;nbsp;is not in line with the&amp;nbsp;perm&amp;nbsp;array computed during phase 11".&lt;/P&gt;&lt;P&gt;How can I get correct permutations of&amp;nbsp;diagonal elements of the factorized matrix after factorization?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 06:59:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-Cholesky-diagonal/m-p/1130326#M25548</guid>
      <dc:creator>vladimir1</dc:creator>
      <dc:date>2019-07-24T06:59:36Z</dc:date>
    </item>
    <item>
      <title>Hello again,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-Cholesky-diagonal/m-p/1130327#M25549</link>
      <description>&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;The reason for the note is the internal pivoting which is essential for the stability of the algorithm, especially for non-symmetric matrices. I believe if you turn the pivoting off (iparm[20] = 0, &lt;A href="https://software.intel.com/en-us/mkl-developer-reference-c-pardiso-iparm-parameter)" target="_blank"&gt;https://software.intel.com/en-us/mkl-developer-reference-c-pardiso-iparm-parameter)&lt;/A&gt; you should get the correct diagonal values (which agree with the perm returned after phase 11).&lt;/P&gt;&lt;P&gt;If this is not an option for you, we could add it as a feature request in our to-do list. Or, if you tell us what goal you want to achieve by using the diagonal, we might possibly suggest an alternative option.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 17:16:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-Cholesky-diagonal/m-p/1130327#M25549</guid>
      <dc:creator>Kirill_V_Intel</dc:creator>
      <dc:date>2019-07-24T17:16:47Z</dc:date>
    </item>
  </channel>
</rss>

