<?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 Hi, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linear-System-Solving-For-Tiny-Matrix/m-p/1087566#M23049</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Quick question - is your system sparse or dense?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2017 11:07:23 GMT</pubDate>
    <dc:creator>Alexander_K_Intel2</dc:creator>
    <dc:date>2017-04-20T11:07:23Z</dc:date>
    <item>
      <title>Linear System Solving For Tiny Matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linear-System-Solving-For-Tiny-Matrix/m-p/1087565#M23048</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;We are looking for to solve Linear Systems of tiny complex matrix like 10x10 in a very fast way.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;We would like to use iterative methods because we have to solve a sequence with about 100 linear systems and solution of each system is a very good initial conditions for next system.&lt;/P&gt;

&lt;P&gt;We've verified the direct solution method in the last MKL 2017 Update 2 but the speed is not enough.&lt;BR /&gt;
	I believe iterative methods could be the right solution.&lt;/P&gt;

&lt;P&gt;What do you suggest?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;

&lt;P&gt;Gianluca&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 09:36:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linear-System-Solving-For-Tiny-Matrix/m-p/1087565#M23048</guid>
      <dc:creator>Gianluca_G_1</dc:creator>
      <dc:date>2017-04-20T09:36:44Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linear-System-Solving-For-Tiny-Matrix/m-p/1087566#M23049</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Quick question - is your system sparse or dense?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 11:07:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linear-System-Solving-For-Tiny-Matrix/m-p/1087566#M23049</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2017-04-20T11:07:23Z</dc:date>
    </item>
    <item>
      <title>System is dense up to size</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linear-System-Solving-For-Tiny-Matrix/m-p/1087567#M23050</link>
      <description>&lt;P&gt;System is dense up to size 4x4 and sparse for bigger size systems&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 13:30:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linear-System-Solving-For-Tiny-Matrix/m-p/1087567#M23050</guid>
      <dc:creator>Gianluca_G_1</dc:creator>
      <dc:date>2017-04-20T13:30:18Z</dc:date>
    </item>
    <item>
      <title>if your systems don't change</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linear-System-Solving-For-Tiny-Matrix/m-p/1087568#M23051</link>
      <description>&lt;P&gt;if your systems don't change significantly from system to system I suggest to factorize first system and further use it's factorization as preconditioner for further systems. For sparse system you just need to call pardiso solver with phase 33 and set new matrix as input parameter. For dense you can implement simple iterative solver and use dgetrs functionality for preconditioner handle&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 14:07:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linear-System-Solving-For-Tiny-Matrix/m-p/1087568#M23051</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2017-04-20T14:07:13Z</dc:date>
    </item>
  </channel>
</rss>

