<?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 Solve Ax=b, where A is diagonal matrix in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-Ax-b-where-A-is-diagonal-matrix/m-p/774079#M864</link>
    <description>Hi,&lt;DIV&gt;If you really want to use LAPACK for solving system of equation with diagonal matrix usebanded format for storing it.&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
    <pubDate>Wed, 01 Dec 2010 09:40:58 GMT</pubDate>
    <dc:creator>Alexander_K_Intel2</dc:creator>
    <dc:date>2010-12-01T09:40:58Z</dc:date>
    <item>
      <title>Solve Ax=b, where A is diagonal matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-Ax-b-where-A-is-diagonal-matrix/m-p/774076#M861</link>
      <description>I am trying to use &lt;A href="http://software.intel.com/sites/products/documentation/hpc/mkl/webhelp/lle/lle_Intro.html"&gt;LAPACK routines: linear equations&lt;/A&gt; to solve x in the linear equation system Ax=b. I know for sure that A is diagonal matrix, so which matrix type I should select? They are general, general band, triangular, triangular band but there is no diagonal matrix type!!</description>
      <pubDate>Wed, 01 Dec 2010 09:17:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-Ax-b-where-A-is-diagonal-matrix/m-p/774076#M861</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2010-12-01T09:17:20Z</dc:date>
    </item>
    <item>
      <title>Solve Ax=b, where A is diagonal matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-Ax-b-where-A-is-diagonal-matrix/m-p/774077#M862</link>
      <description>Hi,&lt;DIV&gt;Your matrix is sparse so try to use PARDISO solver. Format for diagonal matrix is pretty simple (more detailes could be found in Intel Math Kernel Library ReferenceManual, Chapter 8)&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Dec 2010 09:23:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-Ax-b-where-A-is-diagonal-matrix/m-p/774077#M862</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-12-01T09:23:20Z</dc:date>
    </item>
    <item>
      <title>Solve Ax=b, where A is diagonal matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-Ax-b-where-A-is-diagonal-matrix/m-p/774078#M863</link>
      <description>Thanks alex.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am aware that Pardiso is a choice.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;But let's say if I am insisting on using LAPACK?&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Dec 2010 09:33:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-Ax-b-where-A-is-diagonal-matrix/m-p/774078#M863</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2010-12-01T09:33:01Z</dc:date>
    </item>
    <item>
      <title>Solve Ax=b, where A is diagonal matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-Ax-b-where-A-is-diagonal-matrix/m-p/774079#M864</link>
      <description>Hi,&lt;DIV&gt;If you really want to use LAPACK for solving system of equation with diagonal matrix usebanded format for storing it.&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Dec 2010 09:40:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-Ax-b-where-A-is-diagonal-matrix/m-p/774079#M864</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-12-01T09:40:58Z</dc:date>
    </item>
    <item>
      <title>Solve Ax=b, where A is diagonal matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-Ax-b-where-A-is-diagonal-matrix/m-p/774080#M865</link>
      <description>Diagonal matrix, like A&lt;SUB&gt;i,j&lt;/SUB&gt; = 0 if i  j ? If that's the case, why are you using a linear solver?   x&lt;SUB&gt;i&lt;/SUB&gt; = b&lt;SUB&gt;i&lt;/SUB&gt; / A&lt;SUB&gt;i,i&lt;/SUB&gt;&lt;SUP&gt;.&lt;/SUP&gt;</description>
      <pubDate>Wed, 01 Dec 2010 13:24:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solve-Ax-b-where-A-is-diagonal-matrix/m-p/774080#M865</guid>
      <dc:creator>jonathandursi</dc:creator>
      <dc:date>2010-12-01T13:24:03Z</dc:date>
    </item>
  </channel>
</rss>

