<?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 dense-sparse matrice multiplication in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dense-sparse-matrice-multiplication/m-p/764717#M162</link>
    <description>Hi all,&lt;DIV&gt;I want to multiply a dens matrix A into a sparse matrix B, that is saved in the CSC format, as c=AxB. I cannot use&lt;B&gt;mkl_scscmm()&lt;/B&gt; becsue it computes BxA. (i.e. the sparse matrix must be the left one)&lt;/DIV&gt;&lt;DIV&gt;Could you let me know which sparse routine I can use for this purpose?&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
    <pubDate>Tue, 12 Apr 2011 00:40:44 GMT</pubDate>
    <dc:creator>Vahid_Jalili</dc:creator>
    <dc:date>2011-04-12T00:40:44Z</dc:date>
    <item>
      <title>dense-sparse matrice multiplication</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dense-sparse-matrice-multiplication/m-p/764717#M162</link>
      <description>Hi all,&lt;DIV&gt;I want to multiply a dens matrix A into a sparse matrix B, that is saved in the CSC format, as c=AxB. I cannot use&lt;B&gt;mkl_scscmm()&lt;/B&gt; becsue it computes BxA. (i.e. the sparse matrix must be the left one)&lt;/DIV&gt;&lt;DIV&gt;Could you let me know which sparse routine I can use for this purpose?&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Apr 2011 00:40:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dense-sparse-matrice-multiplication/m-p/764717#M162</guid>
      <dc:creator>Vahid_Jalili</dc:creator>
      <dc:date>2011-04-12T00:40:44Z</dc:date>
    </item>
    <item>
      <title>dense-sparse matrice multiplication</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dense-sparse-matrice-multiplication/m-p/764718#M163</link>
      <description>&lt;P&gt;Hi Vahid,&lt;/P&gt;&lt;P&gt;For multiplication dense matrix A by sparse one B you can use mkl_scscmm() taking into account that A x B = (B^t x A^t)^t, where ^t means transposition of the matrix. So the matrix A should be transposed before calling mkl_scscmm(), and the result of mkl_scscmm() should be transposed, too.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2011 08:40:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dense-sparse-matrice-multiplication/m-p/764718#M163</guid>
      <dc:creator>Sergey_P_Intel2</dc:creator>
      <dc:date>2011-04-12T08:40:21Z</dc:date>
    </item>
    <item>
      <title>dense-sparse matrice multiplication</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dense-sparse-matrice-multiplication/m-p/764719#M164</link>
      <description>Thanks Sergey for your reply. I found it very helpful.</description>
      <pubDate>Tue, 12 Apr 2011 12:49:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dense-sparse-matrice-multiplication/m-p/764719#M164</guid>
      <dc:creator>Vahid_Jalili</dc:creator>
      <dc:date>2011-04-12T12:49:12Z</dc:date>
    </item>
  </channel>
</rss>

