<?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 accessing LU matrices in Pardiso in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821653#M4840</link>
    <description>Hi Alexander,&lt;BR /&gt;&lt;BR /&gt;I need to access diagonal elements of sparse Cholesky, could you please show how these may be accessed? Thanks, RT</description>
    <pubDate>Sat, 18 Sep 2010 00:49:19 GMT</pubDate>
    <dc:creator>Russ_Taylor</dc:creator>
    <dc:date>2010-09-18T00:49:19Z</dc:date>
    <item>
      <title>accessing LU matrices in Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821647#M4834</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;is it possible to access directly the LU matrices after the factorization stage in Pardiso?&lt;BR /&gt;&lt;BR /&gt;Alex&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Sep 2010 18:21:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821647#M4834</guid>
      <dc:creator>amaslov</dc:creator>
      <dc:date>2010-09-16T18:21:46Z</dc:date>
    </item>
    <item>
      <title>accessing LU matrices in Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821648#M4835</link>
      <description>Hi,&lt;DIV&gt;LU matrices stored internally but you can get diagonal elements of Cholesky decomposition, number of positive and negative elements on diagonal an so on. What exactly you what to do with LU matrices obtained from PARDISO?&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Sep 2010 19:00:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821648#M4835</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-09-16T19:00:46Z</dc:date>
    </item>
    <item>
      <title>accessing LU matrices in Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821649#M4836</link>
      <description>Hi,&lt;BR /&gt;I am thinking of using LU matrices to compute some elements (or blocks) of the inverse matrix using recursive&lt;BR /&gt;algorithms. For this, I need full access to LU (or L for Cholesky factorization) matrices.&lt;BR /&gt;&lt;BR /&gt;Alex</description>
      <pubDate>Thu, 16 Sep 2010 19:08:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821649#M4836</guid>
      <dc:creator>amaslov</dc:creator>
      <dc:date>2010-09-16T19:08:59Z</dc:date>
    </item>
    <item>
      <title>accessing LU matrices in Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821650#M4837</link>
      <description>Could you provide block-scheme of this algorithms or some articles about them? Maybe I could provide some ideas how PARDISO can be used to improve it.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Sep 2010 19:16:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821650#M4837</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-09-16T19:16:16Z</dc:date>
    </item>
    <item>
      <title>accessing LU matrices in Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821651#M4838</link>
      <description>Hi Alexander,&lt;BR /&gt;&lt;BR /&gt;thank you for your help. An example of recursive computing of inverse elements using LU matrices is given in Niessner et al. "On computing the inverse of a sparse matrix," International Journal for Numerical Methods in Engineering, Vol. 19, 1513-1526 (1983).&lt;BR /&gt;(I can send a pdf file vie email).&lt;BR /&gt;&lt;BR /&gt;I am thinking of putting the block that I need in the lower right part of the inverse matrix and then applying formulas (21) and (22) [see also Figs.3,4]. My original matrix is symmetric and I was wondering whether PARDISO could be used to make Cholesky factorization and return the L-matrix (instead of actually solving the linear system of equations). &lt;BR /&gt;&lt;BR /&gt;--Alex&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Sep 2010 00:36:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821651#M4838</guid>
      <dc:creator>amaslov</dc:creator>
      <dc:date>2010-09-17T00:36:32Z</dc:date>
    </item>
    <item>
      <title>accessing LU matrices in Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821652#M4839</link>
      <description>Hi,&lt;DIV&gt;Could you upload this pdf by this forum? You can do it by private reply on this topic if there are some problem with sharing this article.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Sep 2010 09:53:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821652#M4839</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-09-17T09:53:51Z</dc:date>
    </item>
    <item>
      <title>accessing LU matrices in Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821653#M4840</link>
      <description>Hi Alexander,&lt;BR /&gt;&lt;BR /&gt;I need to access diagonal elements of sparse Cholesky, could you please show how these may be accessed? Thanks, RT</description>
      <pubDate>Sat, 18 Sep 2010 00:49:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821653#M4840</guid>
      <dc:creator>Russ_Taylor</dc:creator>
      <dc:date>2010-09-18T00:49:19Z</dc:date>
    </item>
    <item>
      <title>accessing LU matrices in Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821654#M4841</link>
      <description>Hi Russ,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Are your matrix symmetric? If yes the way how to find diagonal elements from Cholesky decomposition describe in this topic: (&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=77082"&gt;http://software.intel.com/en-us/forums/showthread.php?t=77082&lt;/A&gt;) or in PARDISO example folder (example name -pardiso_sym_getdiag_c.c).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 18 Sep 2010 03:47:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821654#M4841</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-09-18T03:47:04Z</dc:date>
    </item>
    <item>
      <title>accessing LU matrices in Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821655#M4842</link>
      <description>Thanks for the very quick reply. Yes, matrix is SPD. &lt;BR /&gt;thanks again,&lt;BR /&gt;&lt;BR /&gt;RT</description>
      <pubDate>Sat, 18 Sep 2010 04:22:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821655#M4842</guid>
      <dc:creator>Russ_Taylor</dc:creator>
      <dc:date>2010-09-18T04:22:41Z</dc:date>
    </item>
    <item>
      <title>accessing LU matrices in Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821656#M4843</link>
      <description>Hi Alexander,&lt;BR /&gt;&lt;BR /&gt;Two questions:&lt;BR /&gt;&lt;BR /&gt;(1) I couldn't tell if LDL' or LL' is being computed?&lt;BR /&gt;(2) What is the cost of the two extra steps?&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;&lt;BR /&gt;Russ</description>
      <pubDate>Mon, 20 Sep 2010 01:50:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821656#M4843</guid>
      <dc:creator>Russ_Taylor</dc:creator>
      <dc:date>2010-09-20T01:50:16Z</dc:date>
    </item>
    <item>
      <title>accessing LU matrices in Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821657#M4844</link>
      <description>Hi Russ,&lt;DIV&gt;1. If mtype is equal 2 than LL^T decomposition will be computed,if mtype is equal -2 then LDL^T decomposition will be computed.&lt;/DIV&gt;&lt;DIV&gt;2. It's depend on initial matrix size and structure.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Sep 2010 01:54:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/accessing-LU-matrices-in-Pardiso/m-p/821657#M4844</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-09-20T01:54:42Z</dc:date>
    </item>
  </channel>
</rss>

