<?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 mkl_dcsradd problems in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcsradd-problems/m-p/768893#M452</link>
    <description>&lt;P&gt;I want to use the mkl_dcsradd function to translate the sparse matrix. However, it can not get the right results. I don't know what's the error in my codes.&lt;BR /&gt;&lt;BR /&gt;Here's my codes:&lt;BR /&gt;&lt;BR /&gt;////////////////////&lt;BR /&gt;int info;&lt;/P&gt;&lt;P&gt;int request=0, sort = 0;&lt;/P&gt;&lt;P&gt;char trans='T';&lt;/P&gt;&lt;P&gt;double beta = 1;&lt;/P&gt;&lt;P&gt;int nzmax =15;&lt;/P&gt;&lt;P&gt;SparseMatrix A(n, m); //A stroed as the CSR format.&lt;/P&gt;&lt;P&gt;A(0,0)=1; //set the matrix value&lt;BR /&gt;...... &lt;BR /&gt;SparseMatri B(m,n); //B stored as the CSR format.&lt;BR /&gt;B(0,0) = 2;; //set the matrix value&lt;BR /&gt;......&lt;BR /&gt;&lt;BR /&gt;double*c=new double[nzmax];&lt;/P&gt;&lt;P&gt;int*jc=new int[nzmax], *ic=new int[A._m+1];&lt;/P&gt;&lt;P&gt;mkl_dcsradd(trans, request, sort, A._m, A._n, A._a, A._ja, A._ia, beta, B._a, B._ja, B._ia, c, jc, ic, nzmax, info);&lt;BR /&gt;&lt;BR /&gt;//////////&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jan 2012 06:35:08 GMT</pubDate>
    <dc:creator>rockydut</dc:creator>
    <dc:date>2012-01-02T06:35:08Z</dc:date>
    <item>
      <title>mkl_dcsradd problems</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcsradd-problems/m-p/768893#M452</link>
      <description>&lt;P&gt;I want to use the mkl_dcsradd function to translate the sparse matrix. However, it can not get the right results. I don't know what's the error in my codes.&lt;BR /&gt;&lt;BR /&gt;Here's my codes:&lt;BR /&gt;&lt;BR /&gt;////////////////////&lt;BR /&gt;int info;&lt;/P&gt;&lt;P&gt;int request=0, sort = 0;&lt;/P&gt;&lt;P&gt;char trans='T';&lt;/P&gt;&lt;P&gt;double beta = 1;&lt;/P&gt;&lt;P&gt;int nzmax =15;&lt;/P&gt;&lt;P&gt;SparseMatrix A(n, m); //A stroed as the CSR format.&lt;/P&gt;&lt;P&gt;A(0,0)=1; //set the matrix value&lt;BR /&gt;...... &lt;BR /&gt;SparseMatri B(m,n); //B stored as the CSR format.&lt;BR /&gt;B(0,0) = 2;; //set the matrix value&lt;BR /&gt;......&lt;BR /&gt;&lt;BR /&gt;double*c=new double[nzmax];&lt;/P&gt;&lt;P&gt;int*jc=new int[nzmax], *ic=new int[A._m+1];&lt;/P&gt;&lt;P&gt;mkl_dcsradd(trans, request, sort, A._m, A._n, A._a, A._ja, A._ia, beta, B._a, B._ja, B._ia, c, jc, ic, nzmax, info);&lt;BR /&gt;&lt;BR /&gt;//////////&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2012 06:35:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcsradd-problems/m-p/768893#M452</guid>
      <dc:creator>rockydut</dc:creator>
      <dc:date>2012-01-02T06:35:08Z</dc:date>
    </item>
    <item>
      <title>mkl_dcsradd problems</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcsradd-problems/m-p/768894#M453</link>
      <description>see if this helps&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=101954&amp;amp;o=a&amp;amp;s=lr" target="_blank"&gt;http://software.intel.com/en-us/forums/showthread.php?t=101954&amp;amp;o=a&amp;amp;s=lr&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jan 2012 10:26:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcsradd-problems/m-p/768894#M453</guid>
      <dc:creator>utab</dc:creator>
      <dc:date>2012-01-02T10:26:20Z</dc:date>
    </item>
  </channel>
</rss>

