<?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 Convert CSR matrix to CSC one in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Convert-CSR-matrix-to-CSC-one/m-p/1137718#M26148</link>
    <description>&lt;P&gt;I used &lt;STRONG&gt;mkl_dcsrcsc&lt;/STRONG&gt; to convert a CSR matrix to a CSC one. After updating MKL, this routine is marked deprecated. As far as I understand, now I should use inspector-executor routines. However, &lt;STRONG&gt;mkl_sparse_?_export_csr&lt;/STRONG&gt; exports a matrix only into a 4-arrays variation of CSR/CSC format, whereas the original routine &lt;STRONG&gt;mkl_dcsrcsc&lt;/STRONG&gt; exports into a 3-arrays variation, which I need. Although in all my simple tests for the pointers returned by&amp;nbsp;&lt;STRONG&gt;mkl_sparse_?_export_csr &lt;/STRONG&gt;the relation &lt;STRONG&gt;rows_end = rows_start + 1&lt;/STRONG&gt; holds, it seems that there is no guarantee that I can use &lt;STRONG&gt;rows_start&lt;/STRONG&gt; as a &lt;STRONG&gt;rowIndex&lt;/STRONG&gt; array.&lt;/P&gt;&lt;P&gt;Is there a way to perform a conversion CSR &amp;lt;-&amp;gt; CSC with 3-arrays variation format using non-deprecated routines?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2019 14:50:11 GMT</pubDate>
    <dc:creator>Eugene_S_1</dc:creator>
    <dc:date>2019-05-01T14:50:11Z</dc:date>
    <item>
      <title>Convert CSR matrix to CSC one</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Convert-CSR-matrix-to-CSC-one/m-p/1137718#M26148</link>
      <description>&lt;P&gt;I used &lt;STRONG&gt;mkl_dcsrcsc&lt;/STRONG&gt; to convert a CSR matrix to a CSC one. After updating MKL, this routine is marked deprecated. As far as I understand, now I should use inspector-executor routines. However, &lt;STRONG&gt;mkl_sparse_?_export_csr&lt;/STRONG&gt; exports a matrix only into a 4-arrays variation of CSR/CSC format, whereas the original routine &lt;STRONG&gt;mkl_dcsrcsc&lt;/STRONG&gt; exports into a 3-arrays variation, which I need. Although in all my simple tests for the pointers returned by&amp;nbsp;&lt;STRONG&gt;mkl_sparse_?_export_csr &lt;/STRONG&gt;the relation &lt;STRONG&gt;rows_end = rows_start + 1&lt;/STRONG&gt; holds, it seems that there is no guarantee that I can use &lt;STRONG&gt;rows_start&lt;/STRONG&gt; as a &lt;STRONG&gt;rowIndex&lt;/STRONG&gt; array.&lt;/P&gt;&lt;P&gt;Is there a way to perform a conversion CSR &amp;lt;-&amp;gt; CSC with 3-arrays variation format using non-deprecated routines?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 14:50:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Convert-CSR-matrix-to-CSC-one/m-p/1137718#M26148</guid>
      <dc:creator>Eugene_S_1</dc:creator>
      <dc:date>2019-05-01T14:50:11Z</dc:date>
    </item>
  </channel>
</rss>

