<?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 How to implement the symmetric matrix product which only stored in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-implement-the-symmetric-matrix-product-which-only-stored/m-p/770085#M543</link>
    <description>&lt;P&gt;I dont know the kernlib.&lt;/P&gt;&lt;P&gt;I means that there are two symmetric matrix A and B, and are stored the Upper or Lower triangle matrix.&lt;/P&gt;&lt;P&gt;For example&lt;BR /&gt; 1 2 3 4 2 7&lt;BR /&gt;A=2 4 5 B= 2 9 3&lt;BR /&gt; 3 5 6 7 3 2&lt;BR /&gt;and A is sotred the Upper triangle matrix as A=[1 2 3 4 5 6]&lt;BR /&gt;B is sotred the Upper triangle matrix as B=[4 2 7 9 3 2]&lt;BR /&gt;So, which function is used to implement the A*B?&lt;/P&gt;</description>
    <pubDate>Sat, 11 Aug 2012 07:18:08 GMT</pubDate>
    <dc:creator>rockydut</dc:creator>
    <dc:date>2012-08-11T07:18:08Z</dc:date>
    <item>
      <title>How to implement the symmetric matrix product which only stored the upper or lower triangle matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-implement-the-symmetric-matrix-product-which-only-stored/m-p/770083#M541</link>
      <description>&lt;P&gt;For example, matrix A and B are symmetric matrix, which only stored the upper or lower triangle matrix. There isnt blas function to implement the product of A and B, because the symm function need to store the matrix A and B fully. &lt;BR /&gt;So, who can tell me how to implement the symmetric matrix product which only stored the upper or lower triangle matrix.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2012 09:07:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-implement-the-symmetric-matrix-product-which-only-stored/m-p/770083#M541</guid>
      <dc:creator>rockydut</dc:creator>
      <dc:date>2012-08-10T09:07:55Z</dc:date>
    </item>
    <item>
      <title>How to implement the symmetric matrix product which only stored</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-implement-the-symmetric-matrix-product-which-only-stored/m-p/770084#M542</link>
      <description>Do you mean kernlib TRSMUL/TRSMLU ? Those apparently calculate the product of a symmetric packed matrix with its transpose.&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Aug 2012 13:07:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-implement-the-symmetric-matrix-product-which-only-stored/m-p/770084#M542</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-08-10T13:07:45Z</dc:date>
    </item>
    <item>
      <title>How to implement the symmetric matrix product which only stored</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-implement-the-symmetric-matrix-product-which-only-stored/m-p/770085#M543</link>
      <description>&lt;P&gt;I dont know the kernlib.&lt;/P&gt;&lt;P&gt;I means that there are two symmetric matrix A and B, and are stored the Upper or Lower triangle matrix.&lt;/P&gt;&lt;P&gt;For example&lt;BR /&gt; 1 2 3 4 2 7&lt;BR /&gt;A=2 4 5 B= 2 9 3&lt;BR /&gt; 3 5 6 7 3 2&lt;BR /&gt;and A is sotred the Upper triangle matrix as A=[1 2 3 4 5 6]&lt;BR /&gt;B is sotred the Upper triangle matrix as B=[4 2 7 9 3 2]&lt;BR /&gt;So, which function is used to implement the A*B?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Aug 2012 07:18:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-implement-the-symmetric-matrix-product-which-only-stored/m-p/770085#M543</guid>
      <dc:creator>rockydut</dc:creator>
      <dc:date>2012-08-11T07:18:08Z</dc:date>
    </item>
    <item>
      <title>How to implement the symmetric matrix product which only stored</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-implement-the-symmetric-matrix-product-which-only-stored/m-p/770086#M544</link>
      <description>See here:&lt;BR /&gt;&lt;BR /&gt;

     &lt;A href="http://wwwasdoc.web.cern.ch/wwwasdoc/shortwrupsdir/f112/top.html"&gt;CernLib writeups&lt;/A&gt;</description>
      <pubDate>Sun, 12 Aug 2012 01:52:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-implement-the-symmetric-matrix-product-which-only-stored/m-p/770086#M544</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-08-12T01:52:52Z</dc:date>
    </item>
  </channel>
</rss>

