<?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 Size of tmp array for fgmres solver in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Size-of-tmp-array-for-fgmres-solver/m-p/1076251#M22586</link>
    <description>&lt;P&gt;Greetings,&lt;/P&gt;

&lt;P&gt;From the Intel MKL reference manual for version 11.3, in the FGMRES interface description on p.1602, it is said:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;tmp double array of size ((2*ipar[14] + 1)*n + ipar[14]*(ipar[14] +&amp;nbsp;9)/2 + 1))&amp;nbsp;used to supply the double precision temporary space for the&amp;nbsp;RCI FGMRES computations&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;then on top of p.1603, there is a note saying&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;You can define this array in the code as double&amp;nbsp;tmp[(2*ipar[14] + 1)*n +&amp;nbsp;ipar[14]*(ipar[14] + 9)/2 + 1)] if you run&amp;nbsp;only non-preconditioned FGMRES iterations.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I was hoping to save a bit of memory space as I'm using the non-preconditioned version of fgmres, however in both cases the specified size for the tmp array seems to be the same, is this a mistake?&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;

&lt;P&gt;Simon&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2016 22:46:58 GMT</pubDate>
    <dc:creator>simon932</dc:creator>
    <dc:date>2016-01-06T22:46:58Z</dc:date>
    <item>
      <title>Size of tmp array for fgmres solver</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Size-of-tmp-array-for-fgmres-solver/m-p/1076251#M22586</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;

&lt;P&gt;From the Intel MKL reference manual for version 11.3, in the FGMRES interface description on p.1602, it is said:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;tmp double array of size ((2*ipar[14] + 1)*n + ipar[14]*(ipar[14] +&amp;nbsp;9)/2 + 1))&amp;nbsp;used to supply the double precision temporary space for the&amp;nbsp;RCI FGMRES computations&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;then on top of p.1603, there is a note saying&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;You can define this array in the code as double&amp;nbsp;tmp[(2*ipar[14] + 1)*n +&amp;nbsp;ipar[14]*(ipar[14] + 9)/2 + 1)] if you run&amp;nbsp;only non-preconditioned FGMRES iterations.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I was hoping to save a bit of memory space as I'm using the non-preconditioned version of fgmres, however in both cases the specified size for the tmp array seems to be the same, is this a mistake?&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;

&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 22:46:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Size-of-tmp-array-for-fgmres-solver/m-p/1076251#M22586</guid>
      <dc:creator>simon932</dc:creator>
      <dc:date>2016-01-06T22:46:58Z</dc:date>
    </item>
  </channel>
</rss>

