<?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 Does your linear equation in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dnscsr-deprecated-alternatives/m-p/1183990#M29475</link>
    <description>&lt;P&gt;I see. Your matrix sizes do not fit the description that I had in mind for "sparse matrix".&lt;/P&gt;&lt;P&gt;Does your linear equation solver have the ability to exploit the sparseness of matrix B? Do all columns of B have the same rows in which the entries are zero?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Mar 2020 14:25:00 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2020-03-02T14:25:00Z</dc:date>
    <item>
      <title>mkl_?dnscsr deprecated, alternatives?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dnscsr-deprecated-alternatives/m-p/1183987#M29472</link>
      <description>&lt;P&gt;Since &amp;nbsp;"mkl_?dnscsr" (dense to sparse matrix conversion and vice versa)&amp;nbsp;is deprecated, what should we use instead?&lt;/P&gt;&lt;P&gt;For sparse to dense conversion I could simply use "mkl_sparse_?_spmmd" (product of two sparse matrices, store&amp;nbsp;result as dense matrix), but I couldn't find anything for dense to sparse conversion.&lt;/P&gt;&lt;P&gt;Also, if you happen to know why this method was deprecated, it would be good to know as well. Based on that, I could&amp;nbsp;make my&amp;nbsp;decision to use it anyway.&lt;/P&gt;&lt;P&gt;Regards, Robert&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 18:23:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dnscsr-deprecated-alternatives/m-p/1183987#M29472</guid>
      <dc:creator>Robert_E_</dc:creator>
      <dc:date>2020-02-12T18:23:57Z</dc:date>
    </item>
    <item>
      <title>Storing a sparse matrix in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dnscsr-deprecated-alternatives/m-p/1183988#M29473</link>
      <description>&lt;P&gt;Storing a sparse matrix in dense format is wasteful of both memory and CPU. Often, it may be impossible to store the dense matrix, mostly full of zero-valued elements.&lt;/P&gt;&lt;P&gt;If it is possible to process the matrix entries in (row, column) order, as each matrix element (or element contribution) is computed, we know i, j and a&lt;SUB&gt;i,j&lt;/SUB&gt;. We can immediately update the row-index, column ID and value 1-D arrays, without using the dense representation at all. In other cases, a little bit of sorting and merging may be needed to form the CSR representation.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 13:29:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dnscsr-deprecated-alternatives/m-p/1183988#M29473</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-03-02T13:29:15Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dnscsr-deprecated-alternatives/m-p/1183989#M29474</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for the reply!&lt;/P&gt;&lt;P&gt;I think sometimes storing a sparse matrix as dense is justified. In my case, I have a small sparse square matrix A and I want to solve a linear system with multiple sparse right hand sides B, s.t. AX = B, where&amp;nbsp;A is size (k x k), B is size (k x n)&amp;nbsp;and k &amp;lt;&amp;lt; n.&lt;/P&gt;&lt;P&gt;Now, A can either be sparse or dense, because conversion is cheap,&amp;nbsp;whatever the scenario requires.&amp;nbsp; But in order to&amp;nbsp;make use of the fast&amp;nbsp;BLAS solvers, I have to store B as a dense matrix first.&lt;BR /&gt;Also,&amp;nbsp;I haven't found a&amp;nbsp;solver that can deal with multiple sparse right hand sides. Maybe someone has an idea what to do best in this case. Creating my own custom solver is most definitely not a good idea.&lt;BR /&gt;&lt;BR /&gt;regards, Robert&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 13:43:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dnscsr-deprecated-alternatives/m-p/1183989#M29474</guid>
      <dc:creator>Robert_E_</dc:creator>
      <dc:date>2020-03-02T13:43:00Z</dc:date>
    </item>
    <item>
      <title>Does your linear equation</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dnscsr-deprecated-alternatives/m-p/1183990#M29475</link>
      <description>&lt;P&gt;I see. Your matrix sizes do not fit the description that I had in mind for "sparse matrix".&lt;/P&gt;&lt;P&gt;Does your linear equation solver have the ability to exploit the sparseness of matrix B? Do all columns of B have the same rows in which the entries are zero?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 14:25:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dnscsr-deprecated-alternatives/m-p/1183990#M29475</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-03-02T14:25:00Z</dc:date>
    </item>
  </channel>
</rss>

