<?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 Thank you in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Storing-Tri-diagonal-matrix-in-coo-or-csr-format/m-p/1180060#M29272</link>
    <description>&lt;P&gt;Thank you&lt;/P&gt;

&lt;P&gt;I am going to assemble the tridiagonal matrix into csr/coo format and then&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;use PARDISO linear solver routines.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 06 May 2018 20:19:53 GMT</pubDate>
    <dc:creator>elmeliegy__abdelrahm</dc:creator>
    <dc:date>2018-05-06T20:19:53Z</dc:date>
    <item>
      <title>Storing Tri-diagonal matrix in coo or csr format.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Storing-Tri-diagonal-matrix-in-coo-or-csr-format/m-p/1180058#M29270</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is there any function/method to store the tridiagonal matrix in csr or coo format.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 19:14:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Storing-Tri-diagonal-matrix-in-coo-or-csr-format/m-p/1180058#M29270</guid>
      <dc:creator>elmeliegy__abdelrahm</dc:creator>
      <dc:date>2018-05-06T19:14:52Z</dc:date>
    </item>
    <item>
      <title>This is so trivial that there</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Storing-Tri-diagonal-matrix-in-coo-or-csr-format/m-p/1180059#M29271</link>
      <description>&lt;P&gt;This is so trivial that there is no need to write a routine to do it. For a matrix of size n, all you need to do is to set&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;IA = [1, 3, 6, 9, ..., 3n-3; 3n-1&lt;SPAN style="font-size: 1em;"&gt;]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;JA = [1,2,&amp;nbsp; 3,4,5,&amp;nbsp; 6,7,8,&amp;nbsp; ,...,3n-3, 3n-2]&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;and A to the 3n-2 values, arranged by rows.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Furthermore, why do you want to use the more general CSR representation for a tridiagonal matrix?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 20:08:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Storing-Tri-diagonal-matrix-in-coo-or-csr-format/m-p/1180059#M29271</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2018-05-06T20:08:15Z</dc:date>
    </item>
    <item>
      <title>Thank you</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Storing-Tri-diagonal-matrix-in-coo-or-csr-format/m-p/1180060#M29272</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;

&lt;P&gt;I am going to assemble the tridiagonal matrix into csr/coo format and then&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;use PARDISO linear solver routines.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 20:19:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Storing-Tri-diagonal-matrix-in-coo-or-csr-format/m-p/1180060#M29272</guid>
      <dc:creator>elmeliegy__abdelrahm</dc:creator>
      <dc:date>2018-05-06T20:19:53Z</dc:date>
    </item>
    <item>
      <title>Quote:elmeliegy, abdelrahman</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Storing-Tri-diagonal-matrix-in-coo-or-csr-format/m-p/1180061#M29273</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;elmeliegy, abdelrahman wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I am going to assemble the tridiagonal matrix into csr/coo format and then&amp;nbsp;use PARDISO linear solver routines.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Why do that? That would be wasted effort, since the "Thomas Algorithm" for solving tridiagonal equations can be coded in 10 to 20 lines of code.&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 02:52:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Storing-Tri-diagonal-matrix-in-coo-or-csr-format/m-p/1180061#M29273</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2018-05-07T02:52:49Z</dc:date>
    </item>
    <item>
      <title>I am upgrading an old FE code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Storing-Tri-diagonal-matrix-in-coo-or-csr-format/m-p/1180062#M29274</link>
      <description>&lt;P&gt;I am upgrading an old FE code and i am going to set the solver as PARDISO. So, i need to convert all assembly format to the csr format.&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 20:36:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Storing-Tri-diagonal-matrix-in-coo-or-csr-format/m-p/1180062#M29274</guid>
      <dc:creator>elmeliegy__abdelrahm</dc:creator>
      <dc:date>2018-05-07T20:36:40Z</dc:date>
    </item>
  </channel>
</rss>

