<?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 You can have a look at mkl_ in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-Which-Routine-for-Sparse-Matrix-Sparse-Vector-Multiplication/m-p/979066#M17318</link>
    <description>&lt;P&gt;You can have a look at mkl_?csrmm, mkl_?bsrmm, mkl_?cscmm, or mkl_?coomm and simply treat the vector as a sparse matrix.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2013 10:00:48 GMT</pubDate>
    <dc:creator>Hans_P_Intel</dc:creator>
    <dc:date>2013-08-20T10:00:48Z</dc:date>
    <item>
      <title>Use Which Routine for Sparse Matrix-Sparse Vector Multiplication</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-Which-Routine-for-Sparse-Matrix-Sparse-Vector-Multiplication/m-p/979065#M17317</link>
      <description>&lt;P&gt;I have a huge matrix with very few non-zero elements. Some of the columns and rows may also be completely zero. This matrix should be multiplied by a very long vector which has only few non-zero elements. I know that&amp;nbsp;mkl_?cscmv performs the sparse matrix-vector multiplication but apparently only the matrix can be sparse.&amp;nbsp;I am wondering if there is any MKL routine to calculate the production of such matrix and vector.&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2013 02:15:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-Which-Routine-for-Sparse-Matrix-Sparse-Vector-Multiplication/m-p/979065#M17317</guid>
      <dc:creator>Pouya_Z_</dc:creator>
      <dc:date>2013-08-20T02:15:26Z</dc:date>
    </item>
    <item>
      <title>You can have a look at mkl_</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-Which-Routine-for-Sparse-Matrix-Sparse-Vector-Multiplication/m-p/979066#M17318</link>
      <description>&lt;P&gt;You can have a look at mkl_?csrmm, mkl_?bsrmm, mkl_?cscmm, or mkl_?coomm and simply treat the vector as a sparse matrix.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2013 10:00:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-Which-Routine-for-Sparse-Matrix-Sparse-Vector-Multiplication/m-p/979066#M17318</guid>
      <dc:creator>Hans_P_Intel</dc:creator>
      <dc:date>2013-08-20T10:00:48Z</dc:date>
    </item>
    <item>
      <title>The answer depends quite a</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-Which-Routine-for-Sparse-Matrix-Sparse-Vector-Multiplication/m-p/979067#M17319</link>
      <description>&lt;P&gt;The answer depends quite a bit on the representation that you have used for the sparse vector that you wish to multiply the sparse matrix into. Do you know the indices of the vector entries that are not equal to zero? Do you know the indices of the result vector that are not equal to zero?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2013 11:05:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-Which-Routine-for-Sparse-Matrix-Sparse-Vector-Multiplication/m-p/979067#M17319</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-08-20T11:05:23Z</dc:date>
    </item>
    <item>
      <title>Quote:mecej4 wrote:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-Which-Routine-for-Sparse-Matrix-Sparse-Vector-Multiplication/m-p/979068#M17320</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;mecej4 wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The answer depends quite a bit on the representation that you have used for the sparse vector that you wish to multiply the sparse matrix into. Do you know the indices of the vector entries that are not equal to zero? Do you know the indices of the result vector that are not equal to zero?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Each sparse vector is represented by &amp;lt;nz, nRows, ind, data&amp;gt;, where nz and nRows represent number of non-zero elements and number of rows, ind is an array representing index for non-zero elements, and data is an array representing value of non-zero elements. So, I do have the indices of input vector.&lt;/P&gt;
&lt;P&gt;For the resulting vector, I know everything except data, i.e. I know what the indices for non-zero elements will be.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2013 15:46:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-Which-Routine-for-Sparse-Matrix-Sparse-Vector-Multiplication/m-p/979068#M17320</guid>
      <dc:creator>Pouya_Z_</dc:creator>
      <dc:date>2013-08-20T15:46:53Z</dc:date>
    </item>
  </channel>
</rss>

