<?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 Numerical Integration Routines in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106298#M24145</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Is there any MKL routine for numerical integration?&lt;/P&gt;

&lt;P&gt;We are interesting in numerical integration in a semiinfinite region and our integrand is oscillating but it decay quikly to zero (like a Lipschitz function exp(-ax)*Jo(bx)).&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you very much&lt;/P&gt;

&lt;P&gt;Gianluca&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2017 11:12:05 GMT</pubDate>
    <dc:creator>Gianluca_G_1</dc:creator>
    <dc:date>2017-02-28T11:12:05Z</dc:date>
    <item>
      <title>Numerical Integration Routines</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106298#M24145</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Is there any MKL routine for numerical integration?&lt;/P&gt;

&lt;P&gt;We are interesting in numerical integration in a semiinfinite region and our integrand is oscillating but it decay quikly to zero (like a Lipschitz function exp(-ax)*Jo(bx)).&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you very much&lt;/P&gt;

&lt;P&gt;Gianluca&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 11:12:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106298#M24145</guid>
      <dc:creator>Gianluca_G_1</dc:creator>
      <dc:date>2017-02-28T11:12:05Z</dc:date>
    </item>
    <item>
      <title>No such routines in MKL, but</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106299#M24146</link>
      <description>&lt;P&gt;No such routines in MKL, but see &lt;A href="https://people.sc.fsu.edu/~jburkardt/f_src/quadpack/quadpack.html" target="_blank"&gt;https://people.sc.fsu.edu/~jburkardt/f_src/quadpack/quadpack.html&lt;/A&gt;. There are routines in Quadpack for singular integrands, infinite intervals and oscillatory integrands.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 12:11:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106299#M24146</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-02-28T12:11:18Z</dc:date>
    </item>
    <item>
      <title>Is it possible to integrate</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106300#M24147</link>
      <description>&lt;P&gt;Is it possible to integrate this library in C# ?&lt;/P&gt;

&lt;P&gt;Are there dlls?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;is there better commercial solutions, for this purpose?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;BR&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Gianluca&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 14:01:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106300#M24147</guid>
      <dc:creator>Gianluca_G_1</dc:creator>
      <dc:date>2017-02-28T14:01:01Z</dc:date>
    </item>
    <item>
      <title>The source code of Quadpack</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106301#M24148</link>
      <description>&lt;P&gt;The source code of Quadpack is in Fortran. In principle, you can build a DLL from that and call the routines from C and Fortran. On top of that, using well-known procedures, you could in principle use the DLL from C#.&amp;nbsp; I don't use C# much, so I cannot comment on the basis of personal experience.&lt;/P&gt;

&lt;P&gt;See also the IMSL C# library, &lt;A href="http://docs.roguewave.com/imsl/net/6.5.2/manual/docs/api/html/Example/Math/QuadratureEx4.html" target="_blank"&gt;http://docs.roguewave.com/imsl/net/6.5.2/manual/docs/api/html/Example/Math/QuadratureEx4.html&lt;/A&gt;, and the similar NAG C# numerical library.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 15:15:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106301#M24148</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-02-28T15:15:45Z</dc:date>
    </item>
    <item>
      <title>ok thank you,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106302#M24149</link>
      <description>&lt;P&gt;ok thank you,&lt;/P&gt;

&lt;P&gt;but is it your intention to integrate these procedures in MKL in the future?&lt;/P&gt;

&lt;P&gt;At the moment, we don't want to use other lib than MKL.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;BR&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Gianluca&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 16:40:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106302#M24149</guid>
      <dc:creator>Gianluca_G_1</dc:creator>
      <dc:date>2017-02-28T16:40:31Z</dc:date>
    </item>
    <item>
      <title>Quote:Gianluca G. wrote:but</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106303#M24150</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Gianluca G. wrote:&lt;BR /&gt;but is it your intention to integrate these procedures in MKL in the future?&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;Note: I do not represent Intel; I am a forum user just as you are.&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 00:24:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106303#M24150</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-03-01T00:24:00Z</dc:date>
    </item>
    <item>
      <title>Guinluca, currently we don't</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106304#M24151</link>
      <description>&lt;P&gt;Guinluca, currently we don't have such plans. at least at the nearest (next ) version of MKl 2018.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 02:00:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106304#M24151</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-03-01T02:00:11Z</dc:date>
    </item>
    <item>
      <title>Dear mecej4, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106305#M24152</link>
      <description>&lt;P&gt;Dear mecej4,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I want to say thank you for every helpfull suggestions you've given us.&lt;/P&gt;

&lt;P&gt;is it possible to know who you are? we can stay in touch with you?&lt;/P&gt;

&lt;P&gt;Best Regards&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Gianluca&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 07:52:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106305#M24152</guid>
      <dc:creator>Gianluca_G_1</dc:creator>
      <dc:date>2017-03-01T07:52:09Z</dc:date>
    </item>
    <item>
      <title>I forgot to mention another</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106306#M24153</link>
      <description>&lt;P&gt;I forgot to mention another library/framework that you may wish to consider: ALGLIB, at &lt;A href="https://community.intel.com/www.alglib.net/integration" target="_blank"&gt;www.alglib.net/integration&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;You are welcome to bring your numerical methods questions to this forum. Even when a particular topic is not covered in MKL, it is relevant to consider how to link external software with MKL. Both IMSL and NAG do this concerning their libraries.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 08:13:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106306#M24153</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-03-01T08:13:59Z</dc:date>
    </item>
    <item>
      <title>btw, Alglib reuses internally</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106307#M24154</link>
      <description>&lt;P&gt;btw, Alglib reuses internally MKL&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 11:18:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Numerical-Integration-Routines/m-p/1106307#M24154</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-03-01T11:18:45Z</dc:date>
    </item>
  </channel>
</rss>

