<?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 dcsrmultcsr(..) only in version 10.1.xx ? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrmultcsr-only-in-version-10-1-xx/m-p/891623#M10470</link>
    <description>Hello..&lt;BR /&gt;&lt;BR /&gt;I need help desperately...&lt;BR /&gt;&lt;BR /&gt;I was trying to use the function "dcsrmultcsr(..)" for sparse matrix product, but when I inserted that in my code, but when I compile it I see error message,&lt;BR /&gt;&lt;BR /&gt;..identifier "mkl_dcsrmultcsr" is undefined&lt;BR /&gt;&lt;BR /&gt;other functions like dgemv worked nicely, but this does not work.. Is that function version dependent ? &lt;BR /&gt;I checked the MKL installed in my lab computer and the versionis 10.0.3.020&lt;BR /&gt;Can I use this function in this version too ?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Joon.</description>
    <pubDate>Fri, 29 May 2009 21:41:23 GMT</pubDate>
    <dc:creator>kimjoonshikgmail_com</dc:creator>
    <dc:date>2009-05-29T21:41:23Z</dc:date>
    <item>
      <title>dcsrmultcsr(..) only in version 10.1.xx ?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrmultcsr-only-in-version-10-1-xx/m-p/891623#M10470</link>
      <description>Hello..&lt;BR /&gt;&lt;BR /&gt;I need help desperately...&lt;BR /&gt;&lt;BR /&gt;I was trying to use the function "dcsrmultcsr(..)" for sparse matrix product, but when I inserted that in my code, but when I compile it I see error message,&lt;BR /&gt;&lt;BR /&gt;..identifier "mkl_dcsrmultcsr" is undefined&lt;BR /&gt;&lt;BR /&gt;other functions like dgemv worked nicely, but this does not work.. Is that function version dependent ? &lt;BR /&gt;I checked the MKL installed in my lab computer and the versionis 10.0.3.020&lt;BR /&gt;Can I use this function in this version too ?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Joon.</description>
      <pubDate>Fri, 29 May 2009 21:41:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrmultcsr-only-in-version-10-1-xx/m-p/891623#M10470</guid>
      <dc:creator>kimjoonshikgmail_com</dc:creator>
      <dc:date>2009-05-29T21:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: dcsrmultcsr(..) only in version 10.1.xx ?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrmultcsr-only-in-version-10-1-xx/m-p/891624#M10471</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/429860"&gt;kimjoonshikgmail.com&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hello..&lt;BR /&gt;&lt;BR /&gt;I need help desperately...&lt;BR /&gt;&lt;BR /&gt;I was trying to use the function "dcsrmultcsr(..)" for sparse matrix product, but when I inserted that in my code, but when I compile it I see error message,&lt;BR /&gt;&lt;BR /&gt;..identifier "mkl_dcsrmultcsr" is undefined&lt;BR /&gt;&lt;BR /&gt;other functions like dgemv worked nicely, but this does not work.. Is that function version dependent ? &lt;BR /&gt;I checked the MKL installed in my lab computer and the versionis 10.0.3.020&lt;BR /&gt;Can I use this function in this version too ?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Joon.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Joon,&lt;BR /&gt;&lt;BR /&gt;I'm afraid it might be the case. I just checked the docs and it's listed as added in version 10.1. The gemv and others are the core of BLAS and are there from the very beggining, means from ancient times.&lt;BR /&gt;&lt;BR /&gt;So if you need the routine desperately, well, it's time to upgrade. Or use a workaround.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Sat, 30 May 2009 03:30:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrmultcsr-only-in-version-10-1-xx/m-p/891624#M10471</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-05-30T03:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: dcsrmultcsr(..) only in version 10.1.xx ?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrmultcsr-only-in-version-10-1-xx/m-p/891625#M10472</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Thank you.&lt;BR /&gt;It is very helpful of you.&lt;BR /&gt;&lt;BR /&gt;I think I have to install new one.&lt;BR /&gt;I learn a lot from here.&lt;BR /&gt;&lt;BR /&gt;I appreciate.&lt;BR /&gt;Joon.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 30 May 2009 07:52:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dcsrmultcsr-only-in-version-10-1-xx/m-p/891625#M10472</guid>
      <dc:creator>kimjoonshikgmail_com</dc:creator>
      <dc:date>2009-05-30T07:52:36Z</dc:date>
    </item>
  </channel>
</rss>

