<?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 MKL interval_arithmic module usage in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-interval-arithmic-module-usage/m-p/906917#M11786</link>
    <description>&lt;P&gt;I'm using interval_arithmetic as in &lt;/P&gt;
&lt;P&gt;program main&lt;/P&gt;
&lt;P&gt;use interval_arithmetic&lt;/P&gt;
&lt;P&gt;implicit none&lt;/P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;type&lt;/P&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT color="#555555" size="2"&gt;(D_INTERVAL) :: A, sumA&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;!Initialization stuff here&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;sumA = dinterval(zero, zero)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;do&lt;/FONT&gt;&lt;/STRONG&gt;j = 1, lda&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;do&lt;/FONT&gt;&lt;/STRONG&gt; i = 1, lda&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;FONT size="2"&gt;sumA = sumA + ABS(A(i,j)) &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;enddo&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;enddo&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;Why is ABS, which is interfaced in the &lt;/STRONG&gt;&lt;FONT color="#000000"&gt;interval_arithmetic module, not recognized as such? The linker issues:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;error LNK2019: unresolved external symbol _DI_ABS referenced in function _MAIN__&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT color="#000000" size="2"&gt;Thanks,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT color="#000000" size="2"&gt;Gerry&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Apr 2008 17:02:00 GMT</pubDate>
    <dc:creator>g_f_thomas</dc:creator>
    <dc:date>2008-04-08T17:02:00Z</dc:date>
    <item>
      <title>MKL interval_arithmic module usage</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-interval-arithmic-module-usage/m-p/906917#M11786</link>
      <description>&lt;P&gt;I'm using interval_arithmetic as in &lt;/P&gt;
&lt;P&gt;program main&lt;/P&gt;
&lt;P&gt;use interval_arithmetic&lt;/P&gt;
&lt;P&gt;implicit none&lt;/P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;type&lt;/P&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT color="#555555" size="2"&gt;(D_INTERVAL) :: A, sumA&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;!Initialization stuff here&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;sumA = dinterval(zero, zero)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;do&lt;/FONT&gt;&lt;/STRONG&gt;j = 1, lda&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;do&lt;/FONT&gt;&lt;/STRONG&gt; i = 1, lda&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;FONT size="2"&gt;sumA = sumA + ABS(A(i,j)) &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;enddo&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;enddo&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;Why is ABS, which is interfaced in the &lt;/STRONG&gt;&lt;FONT color="#000000"&gt;interval_arithmetic module, not recognized as such? The linker issues:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;error LNK2019: unresolved external symbol _DI_ABS referenced in function _MAIN__&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT color="#000000" size="2"&gt;Thanks,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT color="#000000" size="2"&gt;Gerry&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2008 17:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-interval-arithmic-module-usage/m-p/906917#M11786</guid>
      <dc:creator>g_f_thomas</dc:creator>
      <dc:date>2008-04-08T17:02:00Z</dc:date>
    </item>
  </channel>
</rss>

