<?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 dcsrilu preconditioners - upper triangle matrix? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrilu-preconditioners-upper-triangle-matrix/m-p/901892#M11328</link>
    <description>&lt;P&gt;Hmmm. I need to check that matrix to make sure the diagonal entries are all there. I'll do that.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Damien&lt;/P&gt;</description>
    <pubDate>Thu, 04 Feb 2010 15:55:22 GMT</pubDate>
    <dc:creator>damienhocking</dc:creator>
    <dc:date>2010-02-04T15:55:22Z</dc:date>
    <item>
      <title>dcsrilu preconditioners - upper triangle matrix?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrilu-preconditioners-upper-triangle-matrix/m-p/901890#M11326</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have a nonlinear trust-region solver that I use Pardiso in, and Pardiso works very well (even at 25 million nonzeroes+). I want to wrap the gmres solver with preconditioning as another linear solver option. If I try dcsrilu0 for example with a Jacobian matrix that solves with Pardiso, I get&lt;/P&gt;
&lt;P&gt;MKL DCSRILU0 ERROR:&lt;BR /&gt;Cannot proceed with calculations as&lt;BR /&gt;matrix has no diagonal in CSR format.&lt;BR /&gt;Preconditioner dcsrilu0 has returned the ERROR code -101&lt;/P&gt;
&lt;P&gt;Then I noticed in the dcsrilu docs it says to supply the matrix in Pardiso CSR format, but upper triangle only. I take it there's no option to give it a complete unsymmetric matrix? That could be a pain, because then I'd have to store half the Jacobian again and reprocess the indices so I only had the upper triangular portion. Do I have any other options here?&lt;/P&gt;
&lt;P&gt;Damien&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2010 03:43:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrilu-preconditioners-upper-triangle-matrix/m-p/901890#M11326</guid>
      <dc:creator>damienhocking</dc:creator>
      <dc:date>2010-02-04T03:43:23Z</dc:date>
    </item>
    <item>
      <title>dcsrilu preconditioners - upper triangle matrix?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrilu-preconditioners-upper-triangle-matrix/m-p/901891#M11327</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you provide example of you codefor deeper understanding your problem? The main idea of ILU0 decomposition is that structure of resultingLU matricesis the same of stucture of initial matrix A. So you can used complete unsymmetric matrix in LU decomposition with one notice:All diagonal elementsof initial matrix must exist in CSR format even they are equal zero. The reason of it really simple - structure of LU and A the same but diagonal element of LU could not be equal zero.&lt;/P&gt;
&lt;P&gt;With best regards,&lt;/P&gt;
&lt;P&gt;Alexander Kalinkin&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2010 04:37:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrilu-preconditioners-upper-triangle-matrix/m-p/901891#M11327</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-02-04T04:37:07Z</dc:date>
    </item>
    <item>
      <title>dcsrilu preconditioners - upper triangle matrix?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrilu-preconditioners-upper-triangle-matrix/m-p/901892#M11328</link>
      <description>&lt;P&gt;Hmmm. I need to check that matrix to make sure the diagonal entries are all there. I'll do that.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2010 15:55:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrilu-preconditioners-upper-triangle-matrix/m-p/901892#M11328</guid>
      <dc:creator>damienhocking</dc:creator>
      <dc:date>2010-02-04T15:55:22Z</dc:date>
    </item>
  </channel>
</rss>

