<?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 Re: Find specific column of matrix in symmetric CSR format in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Find-specific-column-of-matrix-in-symmetric-CSR-format/m-p/1192538#M29775</link>
    <description>&lt;P&gt;You do not have instant access to any given column; in fact a particular column may not exist, since only non-zero values are stored in a sparse matrix represented.&lt;/P&gt;
&lt;P&gt;You can search within a row for a particular column, since the row is ordered in increasing column indices. Linear search is simpler to program, but binary search can be used for speed when the matrices are large.&lt;/P&gt;
&lt;P&gt;If you find yourself doing such searches by column indices often, you have to reassess your choice of the CSR representation as being appropriate.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2020 11:00:17 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2020-07-15T11:00:17Z</dc:date>
    <item>
      <title>Find specific column of matrix in symmetric CSR format</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Find-specific-column-of-matrix-in-symmetric-CSR-format/m-p/1192493#M29773</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm finding about the subroutine which can find specific column values of matrix in symmetric CSR format..&lt;BR /&gt;Is there any subroutine for this purpose??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, how can I get the certain column or row values of matrix in symmetric CSR format?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reading&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 08:09:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Find-specific-column-of-matrix-in-symmetric-CSR-format/m-p/1192493#M29773</guid>
      <dc:creator>kim__seongik</dc:creator>
      <dc:date>2020-07-15T08:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Find specific column of matrix in symmetric CSR format</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Find-specific-column-of-matrix-in-symmetric-CSR-format/m-p/1192538#M29775</link>
      <description>&lt;P&gt;You do not have instant access to any given column; in fact a particular column may not exist, since only non-zero values are stored in a sparse matrix represented.&lt;/P&gt;
&lt;P&gt;You can search within a row for a particular column, since the row is ordered in increasing column indices. Linear search is simpler to program, but binary search can be used for speed when the matrices are large.&lt;/P&gt;
&lt;P&gt;If you find yourself doing such searches by column indices often, you have to reassess your choice of the CSR representation as being appropriate.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 11:00:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Find-specific-column-of-matrix-in-symmetric-CSR-format/m-p/1192538#M29775</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-07-15T11:00:17Z</dc:date>
    </item>
    <item>
      <title>Re:Find specific column of matrix in symmetric CSR...</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Find-specific-column-of-matrix-in-symmetric-CSR-format/m-p/1192709#M29780</link>
      <description>&lt;P&gt;Hi Seongik,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Mecej4 is correct.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There is no MKL function to do that.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jul 2020 23:18:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Find-specific-column-of-matrix-in-symmetric-CSR-format/m-p/1192709#M29780</guid>
      <dc:creator>Khang_N_Intel</dc:creator>
      <dc:date>2020-07-15T23:18:22Z</dc:date>
    </item>
  </channel>
</rss>

