<?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 Re: question: mkl_dcsrmv : matdescra in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-mkl-dcsrmv-matdescra/m-p/908367#M11900</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;Would someone help me ? &lt;BR /&gt;I need to do matrix-vector multiplication and for that tried to use mkl_dcsrmv( ) functions. My sparse matrix is compressed sparse row format and NOT square matrix. not upper triangular not lower triangular not diagonal. That is just general sparse matrix.&lt;BR /&gt;&lt;BR /&gt;then what 'matdescra' options do I have to use ? for&lt;BR /&gt;matdescra[0], matdescra[1], ~ matdescra[3] ?&lt;BR /&gt;&lt;BR /&gt;for matdecra[1], In the manual I can find only 'L', or 'U' options for lower and upper triangular matrix and there are not an option for neither of them.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Joon.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
For general matrix you just put 'G' as first element, then 2nd, and 3rd are ignored anyway, so put anything, and 'F' (for 1-based indexing) or 'C' (for zero-based) as the last one.&lt;BR /&gt;&lt;BR /&gt;See Table &lt;EM&gt;Possible Combinations of Element Values of the Parameter matdescra&lt;/EM&gt;.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Jul 2009 03:33:49 GMT</pubDate>
    <dc:creator>ArturGuzik</dc:creator>
    <dc:date>2009-07-28T03:33:49Z</dc:date>
    <item>
      <title>question: mkl_dcsrmv : matdescra</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-mkl-dcsrmv-matdescra/m-p/908366#M11899</link>
      <description>Would someone help me ? &lt;BR /&gt;I need to do matrix-vector multiplication and for that tried to use mkl_dcsrmv( ) functions. My sparse matrix is compressed sparse row format and NOT square matrix. not upper triangular not lower triangular not diagonal. That is just general sparse matrix.&lt;BR /&gt;&lt;BR /&gt;then what 'matdescra' options do I have to use ? for&lt;BR /&gt;matdescra[0], matdescra[1], ~ matdescra[3] ?&lt;BR /&gt;&lt;BR /&gt;for matdecra[1], In the manual I can find only 'L', or 'U' options for lower and upper triangular matrix and there are not an option for neither of them.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Joon.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jul 2009 02:20:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-mkl-dcsrmv-matdescra/m-p/908366#M11899</guid>
      <dc:creator>kimjoonshikgmail_com</dc:creator>
      <dc:date>2009-07-28T02:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: question: mkl_dcsrmv : matdescra</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-mkl-dcsrmv-matdescra/m-p/908367#M11900</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;Would someone help me ? &lt;BR /&gt;I need to do matrix-vector multiplication and for that tried to use mkl_dcsrmv( ) functions. My sparse matrix is compressed sparse row format and NOT square matrix. not upper triangular not lower triangular not diagonal. That is just general sparse matrix.&lt;BR /&gt;&lt;BR /&gt;then what 'matdescra' options do I have to use ? for&lt;BR /&gt;matdescra[0], matdescra[1], ~ matdescra[3] ?&lt;BR /&gt;&lt;BR /&gt;for matdecra[1], In the manual I can find only 'L', or 'U' options for lower and upper triangular matrix and there are not an option for neither of them.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Joon.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
For general matrix you just put 'G' as first element, then 2nd, and 3rd are ignored anyway, so put anything, and 'F' (for 1-based indexing) or 'C' (for zero-based) as the last one.&lt;BR /&gt;&lt;BR /&gt;See Table &lt;EM&gt;Possible Combinations of Element Values of the Parameter matdescra&lt;/EM&gt;.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jul 2009 03:33:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-mkl-dcsrmv-matdescra/m-p/908367#M11900</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-07-28T03:33:49Z</dc:date>
    </item>
  </channel>
</rss>

