<?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 Documentation Bug: mkl_dcsrbsr in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-Bug-mkl-dcsrbsr/m-p/797324#M2760</link>
    <description>&lt;P&gt;The documentation for mkl_dcsrbsr is incorrect. (See: &lt;A href="http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/win/mkl/refman/index.htm)" target="_blank"&gt;http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/win/mkl/refman/index.htm)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The description of the job array states thtat:&lt;/P&gt;


&lt;P&gt;- If &lt;SAMP class="codeph"&gt;job(6)=0&lt;/SAMP&gt;,
 all output arrays acsr, ja, and  ia are 
filled in for the output storage.&lt;/P&gt;&lt;P&gt;- If &lt;SAMP class="codeph"&gt;job(6)0&lt;/SAMP&gt;,
 only arrays  ja, ia
 are filled in for the output storage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the behaviour of the library is exactly opposite.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, it might be helpful to state that this function is actually implementing the transpose operation, if used with two CSR or two CSC inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;BR /&gt;&lt;BR /&gt;Brian Amberg&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jun 2010 10:55:56 GMT</pubDate>
    <dc:creator>bamberg</dc:creator>
    <dc:date>2010-06-16T10:55:56Z</dc:date>
    <item>
      <title>Documentation Bug: mkl_dcsrbsr</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-Bug-mkl-dcsrbsr/m-p/797324#M2760</link>
      <description>&lt;P&gt;The documentation for mkl_dcsrbsr is incorrect. (See: &lt;A href="http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/win/mkl/refman/index.htm)" target="_blank"&gt;http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/win/mkl/refman/index.htm)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The description of the job array states thtat:&lt;/P&gt;


&lt;P&gt;- If &lt;SAMP class="codeph"&gt;job(6)=0&lt;/SAMP&gt;,
 all output arrays acsr, ja, and  ia are 
filled in for the output storage.&lt;/P&gt;&lt;P&gt;- If &lt;SAMP class="codeph"&gt;job(6)0&lt;/SAMP&gt;,
 only arrays  ja, ia
 are filled in for the output storage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the behaviour of the library is exactly opposite.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, it might be helpful to state that this function is actually implementing the transpose operation, if used with two CSR or two CSC inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;BR /&gt;&lt;BR /&gt;Brian Amberg&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2010 10:55:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-Bug-mkl-dcsrbsr/m-p/797324#M2760</guid>
      <dc:creator>bamberg</dc:creator>
      <dc:date>2010-06-16T10:55:56Z</dc:date>
    </item>
    <item>
      <title>Documentation Bug: mkl_dcsrbsr</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-Bug-mkl-dcsrbsr/m-p/797325#M2761</link>
      <description>&lt;P class="bold"&gt;This problem has been already fixed in the latest 10.3 beta:&lt;/P&gt;&lt;P class="bold"&gt;see, How it looks right now in 10.3 beta Reference Manual&lt;/P&gt;&lt;P class="bold"&gt;job&lt;SAMP class="codeph"&gt;(6)&lt;/SAMP&gt;- job indicator.&lt;/P&gt;&lt;P class="bold"&gt;For conversion to the BSR format:&lt;/P&gt;&lt;P&gt;If&lt;SAMP class="codeph"&gt;job(6)=0&lt;/SAMP&gt;, only arraysjab,iabare generated for the output storage.&lt;/P&gt;&lt;P&gt;If&lt;SAMP class="codeph"&gt;job(6)&amp;gt;0&lt;/SAMP&gt;, all output arraysabsr,jab, andiabare filled in for the output storage.&lt;/P&gt;&lt;P&gt;If&lt;SAMP class="codeph"&gt;job(6)=-1&lt;/SAMP&gt;,&lt;SAMP class="codeph"&gt;iab(1)&lt;/SAMP&gt;returns the number of non-zero blocks.&lt;/P&gt;--Gennady</description>
      <pubDate>Thu, 17 Jun 2010 10:06:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-Bug-mkl-dcsrbsr/m-p/797325#M2761</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-06-17T10:06:08Z</dc:date>
    </item>
    <item>
      <title>Documentation Bug: mkl_dcsrbsr</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-Bug-mkl-dcsrbsr/m-p/797326#M2762</link>
      <description>Dear Gennady,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;thank you for the reply. You actually copied the documentation of the wrong function. It reads:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;For conversion to the CSC format:&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;If job(6)=0, only arrays ja1, ia1 are filled in for the output storage.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;If job(6)&lt;META content="text/html; charset=utf-8" http-equiv="content-type" /&gt;!=0, all output arrays acsc, ja1, and ia1 are filled in for the output storage.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;For conversion to the CSR format:&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;If job(6)=0, only arrays ja, ia are filled in for the output storage.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;If job(6)&lt;META content="text/html; charset=utf-8" http-equiv="content-type" /&gt;!=0, all output arrays acsr, ja, and ia are filled in for the output storage.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;It would be helpful to put the MKL 10.3 documentation online, because I just used the online documentation.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;best regards,&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;Brian&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Jun 2010 10:37:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-Bug-mkl-dcsrbsr/m-p/797326#M2762</guid>
      <dc:creator>bamberg</dc:creator>
      <dc:date>2010-06-17T10:37:44Z</dc:date>
    </item>
    <item>
      <title>Documentation Bug: mkl_dcsrbsr</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-Bug-mkl-dcsrbsr/m-p/797327#M2763</link>
      <description>we can do it later with 10.3 Gold, but at this time you can register and download 10.3 beta &lt;A href="https://registrationcenter.intel.com/RegCenter/AutoGen.aspx?ProductID=1459&amp;amp;AccountID=&amp;amp;EmailID=&amp;amp;ProgramID=&amp;amp;RequestDt=&amp;amp;rm=BETA&amp;amp;lang="&gt;here&lt;/A&gt;.&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Jun 2010 11:51:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-Bug-mkl-dcsrbsr/m-p/797327#M2763</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-06-17T11:51:48Z</dc:date>
    </item>
  </channel>
</rss>

