<?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 pardiso multiple right hand side with sparse matrix in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-multiple-right-hand-side-with-sparse-matrix/m-p/1029752#M20074</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;Pardiso can handle multiple right side, AX=B, meaning B is a matrix. Every column of B is a right hand side. If B is very sparse, is there any way to exploit this feature, instead of storing B as a full matrix? Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jun 2014 05:12:40 GMT</pubDate>
    <dc:creator>Ma_L_</dc:creator>
    <dc:date>2014-06-02T05:12:40Z</dc:date>
    <item>
      <title>pardiso multiple right hand side with sparse matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-multiple-right-hand-side-with-sparse-matrix/m-p/1029752#M20074</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;Pardiso can handle multiple right side, AX=B, meaning B is a matrix. Every column of B is a right hand side. If B is very sparse, is there any way to exploit this feature, instead of storing B as a full matrix? Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2014 05:12:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-multiple-right-hand-side-with-sparse-matrix/m-p/1029752#M20074</guid>
      <dc:creator>Ma_L_</dc:creator>
      <dc:date>2014-06-02T05:12:40Z</dc:date>
    </item>
    <item>
      <title>Here is an untested</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-multiple-right-hand-side-with-sparse-matrix/m-p/1029753#M20075</link>
      <description>&lt;P&gt;Here is an untested suggestion:&lt;/P&gt;

&lt;P&gt;Store B using CSC storage. After the factorization of A has been performed, do the forward and backward substitutions on one column of B at a time: for each column of B, (i) &amp;nbsp;unpack into a full vector using&amp;nbsp;?sctr (ii) call pardiso to obtain the corresponding column of X by forward and backward substitution, (iii) pack the result just found into the proper&amp;nbsp;column of X&amp;nbsp;using&amp;nbsp;?gthr.&lt;/P&gt;

&lt;P&gt;A simpler alternative is not to store B at all, but compute each column of B just when it is needed, solve for the corresponding column of X, and store X in any way suitable in memory or on disk.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2014 13:56:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-multiple-right-hand-side-with-sparse-matrix/m-p/1029753#M20075</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-06-02T13:56:15Z</dc:date>
    </item>
  </channel>
</rss>

