<?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 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788353#M1985</link>
    <description>Thanks! So I just call the suitabel routine from netlib without any linking to the library?&lt;DIV&gt;If I need to link it, can you tell me how to do it?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Panayotis&lt;/DIV&gt;</description>
    <pubDate>Sun, 17 Jul 2011 00:16:03 GMT</pubDate>
    <dc:creator>pkalozoum</dc:creator>
    <dc:date>2011-07-17T00:16:03Z</dc:date>
    <item>
      <title>numerical integration</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788351#M1983</link>
      <description>Hello,&lt;DIV&gt;I would like to know how can I perform a numerical integration (definite integral) with MKL?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thank you in advance&lt;/DIV&gt;&lt;DIV&gt;Panayotis&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Jul 2011 14:43:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788351#M1983</guid>
      <dc:creator>pkalozoum</dc:creator>
      <dc:date>2011-07-16T14:43:27Z</dc:date>
    </item>
    <item>
      <title>numerical integration</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788352#M1984</link>
      <description>With Fortran, not with MKL: &lt;A href="http://www.netlib.org/quadpack/"&gt;Quadpack &lt;/A&gt; .&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Jul 2011 20:46:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788352#M1984</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-07-16T20:46:10Z</dc:date>
    </item>
    <item>
      <title>numerical integration</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788353#M1985</link>
      <description>Thanks! So I just call the suitabel routine from netlib without any linking to the library?&lt;DIV&gt;If I need to link it, can you tell me how to do it?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Panayotis&lt;/DIV&gt;</description>
      <pubDate>Sun, 17 Jul 2011 00:16:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788353#M1985</guid>
      <dc:creator>pkalozoum</dc:creator>
      <dc:date>2011-07-17T00:16:03Z</dc:date>
    </item>
    <item>
      <title>numerical integration</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788354#M1986</link>
      <description>Note that there was no MKL when Quadpack was published, and Intel was a young company. The IBM PC was yet to be conceived. &lt;BR /&gt;&lt;BR /&gt;Read the included documentation and decide what type of integration is needed. Is the integrand singular at the limits of integration or within the interval? Do you wish to use an adaptive algorithm or a simple one? What precision do you require?&lt;BR /&gt;&lt;BR /&gt;Software from Netlib has a more or less standard structure. &lt;BR /&gt;&lt;BR /&gt;1. There will always be a set of subroutines/functions. Often, the documentation is included in the form of comments in the source code.&lt;BR /&gt;&lt;BR /&gt;2. In earlier software, it was common to include the code for the driver (see 3. below) with 'C' at the beginning of such lines. You copy those lines, remove the 'C's at the beginning of each line and save as a Fortran file.&lt;BR /&gt;&lt;BR /&gt;3. Sometimes, there is a short "driver", i.e., an example main program that illustrates calling the subroutine.&lt;BR /&gt;&lt;BR /&gt;4. Some packages contain double-precision and single-precision versions concatenated together into one long file. You will have to split the parts apart before using.&lt;BR /&gt;&lt;BR /&gt;5. Sometimes, there is a README file.</description>
      <pubDate>Sun, 17 Jul 2011 01:05:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788354#M1986</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-07-17T01:05:36Z</dc:date>
    </item>
    <item>
      <title>numerical integration</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788355#M1987</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1310877558796="53" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=474224" href="https://community.intel.com/en-us/profile/474224/" class="basic"&gt;pkalozoum&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;Hello, &lt;DIV&gt;I would like to know how can I perform a numerical integration (definite integral) with MKL?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thank you in advance&lt;/DIV&gt;&lt;DIV&gt;Panayotis&lt;/DIV&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN style="font-size: small;"&gt;&lt;P&gt;All depends on type of integrals. I, for example, successfully applied the singular analysis from MKL (my implementation). The scoring received the enormous.&lt;/P&gt;&lt;/SPAN&gt;</description>
      <pubDate>Sun, 17 Jul 2011 04:45:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788355#M1987</guid>
      <dc:creator>yuriisig</dc:creator>
      <dc:date>2011-07-17T04:45:05Z</dc:date>
    </item>
    <item>
      <title>numerical integration</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788356#M1988</link>
      <description>What I don't understand is, if I have to download and install quadpack and then call the proper subroutine, or just copy/paste the subroutine from netlib in my code. I'm not familiar with this stuff.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks again&lt;/DIV&gt;&lt;DIV&gt;Panayotis&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 17 Jul 2011 11:03:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788356#M1988</guid>
      <dc:creator>pkalozoum</dc:creator>
      <dc:date>2011-07-17T11:03:53Z</dc:date>
    </item>
    <item>
      <title>numerical integration</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788357#M1989</link>
      <description>Suppose you had composed the source code for the needed Quadpack routine yourself. What would you do to compile and run your program? You do the same, except that instead of entering the source code in an editor you download a file.&lt;BR /&gt;&lt;BR /&gt;If you still don't know what to do, you really must read Fortran books or a user guide to learn how to compile, link, run and debug Fortran programs.</description>
      <pubDate>Sun, 17 Jul 2011 12:50:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/numerical-integration/m-p/788357#M1989</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-07-17T12:50:21Z</dc:date>
    </item>
  </channel>
</rss>

