<?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 ippmLoadIdentity_ma_64f_L how to use? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippmLoadIdentity-ma-64f-L-how-to-use/m-p/995872#M22907</link>
    <description>I have an array of matrices and want to set all the matrices to the identity matrix. How do I do this using ippmLoadIdentity_ma_64f_L?&lt;BR /&gt;&lt;BR /&gt;Ipp64f matrixa[] = {&lt;BR /&gt;                                                8, 8, 8, 8,&lt;BR /&gt;                                                8, 8, 8, 8,&lt;BR /&gt;                                                8, 8, 8, 8,&lt;BR /&gt;                                                8 ,8 ,8, 8&lt;BR /&gt;                                                };&lt;BR /&gt;Ipp64f matrixb[] =&lt;BR /&gt;                                                {&lt;BR /&gt;                                                4, 4, 4, 4,&lt;BR /&gt;                                                4, 4, 4, 4,&lt;BR /&gt;                                                4, 4, 4, 4,&lt;BR /&gt;                                                4, 4, 4, 4&lt;BR /&gt;                                                };&lt;BR /&gt;&lt;BR /&gt;Ipp64f matrixc[] =&lt;BR /&gt;                                                {&lt;BR /&gt;                                                2, 2, 2, 2,&lt;BR /&gt;                                                2, 2, 2, 2,&lt;BR /&gt;                                                2, 2, 2, 2,&lt;BR /&gt;                                                2, 2, 2, 2&lt;BR /&gt;                                                };&lt;BR /&gt;&lt;BR /&gt;Ipp64f* pmatrix[] = { matrixb, matrixc, matrixa };&lt;BR /&gt;&lt;BR /&gt;        IppStatus status;&lt;BR /&gt;        status = ippmLoadIdentity_ma_64f_L((const Ipp64f**)pmatrix,0, 0, 0, 4, 4, 3);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It's probably something easy, but what's wrong about the above?</description>
    <pubDate>Wed, 09 Feb 2005 04:11:29 GMT</pubDate>
    <dc:creator>dhabets</dc:creator>
    <dc:date>2005-02-09T04:11:29Z</dc:date>
    <item>
      <title>ippmLoadIdentity_ma_64f_L how to use?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippmLoadIdentity-ma-64f-L-how-to-use/m-p/995872#M22907</link>
      <description>I have an array of matrices and want to set all the matrices to the identity matrix. How do I do this using ippmLoadIdentity_ma_64f_L?&lt;BR /&gt;&lt;BR /&gt;Ipp64f matrixa[] = {&lt;BR /&gt;                                                8, 8, 8, 8,&lt;BR /&gt;                                                8, 8, 8, 8,&lt;BR /&gt;                                                8, 8, 8, 8,&lt;BR /&gt;                                                8 ,8 ,8, 8&lt;BR /&gt;                                                };&lt;BR /&gt;Ipp64f matrixb[] =&lt;BR /&gt;                                                {&lt;BR /&gt;                                                4, 4, 4, 4,&lt;BR /&gt;                                                4, 4, 4, 4,&lt;BR /&gt;                                                4, 4, 4, 4,&lt;BR /&gt;                                                4, 4, 4, 4&lt;BR /&gt;                                                };&lt;BR /&gt;&lt;BR /&gt;Ipp64f matrixc[] =&lt;BR /&gt;                                                {&lt;BR /&gt;                                                2, 2, 2, 2,&lt;BR /&gt;                                                2, 2, 2, 2,&lt;BR /&gt;                                                2, 2, 2, 2,&lt;BR /&gt;                                                2, 2, 2, 2&lt;BR /&gt;                                                };&lt;BR /&gt;&lt;BR /&gt;Ipp64f* pmatrix[] = { matrixb, matrixc, matrixa };&lt;BR /&gt;&lt;BR /&gt;        IppStatus status;&lt;BR /&gt;        status = ippmLoadIdentity_ma_64f_L((const Ipp64f**)pmatrix,0, 0, 0, 4, 4, 3);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It's probably something easy, but what's wrong about the above?</description>
      <pubDate>Wed, 09 Feb 2005 04:11:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippmLoadIdentity-ma-64f-L-how-to-use/m-p/995872#M22907</guid>
      <dc:creator>dhabets</dc:creator>
      <dc:date>2005-02-09T04:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: ippmLoadIdentity_ma_64f_L how to use?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippmLoadIdentity-ma-64f-L-how-to-use/m-p/995873#M22908</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT color="#0000ff" size="2"&gt;The right call is&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="Arial CYR" color="#0000ff" size="2"&gt;
&lt;P&gt;status = ippmLoadIdentity_ma_64f_L(&lt;/P&gt;&lt;/FONT&gt;&lt;FONT face="Arial CYR" color="#ff0000" size="2"&gt;(Ipp64f**)&lt;/FONT&gt;&lt;FONT face="Arial CYR" color="#0000ff" size="2"&gt;pmatrix,&lt;/FONT&gt;&lt;FONT face="Times New Roman" color="#0000ff" size="2"&gt; &lt;/FONT&gt;&lt;FONT face="Arial CYR" color="#0000ff" size="2"&gt;0&lt;/FONT&gt;&lt;FONT face="Times New Roman" color="#0000ff" size="2"&gt; , &lt;/FONT&gt;&lt;FONT face="Arial CYR" color="#ff0000" size="2"&gt;4*sizeof(Ipp64f), sizeof(Ipp64f)&lt;/FONT&gt;&lt;FONT face="Arial CYR" color="#0000ff" size="2"&gt;, 4, 4, 3);&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;In MX the stride meaning is address increment (difference) between sequential elements in the row (Stride2) and in the column (Stride1) really. All strides are set explicitly for contiguous array too.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Mar 2005 18:02:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippmLoadIdentity-ma-64f-L-how-to-use/m-p/995873#M22908</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-03-23T18:02:21Z</dc:date>
    </item>
  </channel>
</rss>

