<?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 there are no such examples in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-2D/m-p/1093803#M23401</link>
    <description>&lt;P&gt;there are no such examples available. there are only fft ( 1,2,3 D) examples - mklroot/examples/dftc/source. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2017 03:13:02 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2017-04-28T03:13:02Z</dc:date>
    <item>
      <title>MKL FFT 2D</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-2D/m-p/1093802#M23400</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am trying to compute the solution to the Laplace differential equation using a 2D FFT and MKL.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Are there sample codes to compute the solution to 2nd order differential equations using forward and inverse FFT?&lt;/P&gt;

&lt;P&gt;The issue appears to be when I multiply the transformed values by the wavenumbers.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 19:07:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-2D/m-p/1093802#M23400</guid>
      <dc:creator>Jonas_D_</dc:creator>
      <dc:date>2017-04-27T19:07:45Z</dc:date>
    </item>
    <item>
      <title>there are no such examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-2D/m-p/1093803#M23401</link>
      <description>&lt;P&gt;there are no such examples available. there are only fft ( 1,2,3 D) examples - mklroot/examples/dftc/source. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 03:13:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-2D/m-p/1093803#M23401</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-04-28T03:13:02Z</dc:date>
    </item>
    <item>
      <title>I have implemented such</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-2D/m-p/1093804#M23402</link>
      <description>&lt;P&gt;I have implemented such solvers many times in the past, with many different FFT libraries, and it is quite easy to make mistakes....&lt;/P&gt;

&lt;P&gt;I recommend starting with a very small 2D grid and right-hand-side composed of a single wave of unit amplitude in one direction.&amp;nbsp;&amp;nbsp; After the first set of transforms you should print out the transformed values and verify that you have a single non-negligible amplitude in Fourier space.&amp;nbsp; The magnitude of this value will tell you whether the MKL routine scales the output on the forward transform.&amp;nbsp; (Some libraries scale by 1/N on the inverse transform, but not on the forward transform.&amp;nbsp; Many other variants exist.)&amp;nbsp;&amp;nbsp; The location of the value will tell you whether or not you understand how MKL is packing the transform of a real array into a half-sized complex array -- and there are many ways to do this, so read the documentation carefully and don't be shy about trying out lots of simple cases.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Repeat with the right-hand-side composed of a single wave of unit amplitude in the other direction.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 18:03:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FFT-2D/m-p/1093804#M23402</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2017-05-02T18:03:54Z</dc:date>
    </item>
  </channel>
</rss>

