<?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 matrix manipulation in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/matrix-manipulation/m-p/914759#M12466</link>
    <description>&lt;P&gt;I am new to MKL so I appologize if this question is naive and banal - is there an easy way in MKL to work with matrices - something like what boost ublas::matrix provides - or do I have to treat them as one dimensional arrays ?&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jul 2007 15:07:30 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2007-07-30T15:07:30Z</dc:date>
    <item>
      <title>matrix manipulation</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/matrix-manipulation/m-p/914759#M12466</link>
      <description>&lt;P&gt;I am new to MKL so I appologize if this question is naive and banal - is there an easy way in MKL to work with matrices - something like what boost ublas::matrix provides - or do I have to treat them as one dimensional arrays ?&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2007 15:07:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/matrix-manipulation/m-p/914759#M12466</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2007-07-30T15:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: matrix manipulation</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/matrix-manipulation/m-p/914760#M12467</link>
      <description>MKL BLAS uses the same data format as netlib blas (Fortran oriented). If you are talking about C or C++, no doubt you are aware of a variety of ways to access matrices, not necessarily as basic as a macro&lt;BR /&gt;#define A(i,j) a[i - 1 + (j - 1)*adim1]&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2007 16:10:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/matrix-manipulation/m-p/914760#M12467</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2007-07-30T16:10:59Z</dc:date>
    </item>
  </channel>
</rss>

