<?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 You'd have to specify in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018743#M107656</link>
    <description>&lt;P&gt;You'd have to specify explicitly how you want NORM calculated.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Dec 2014 16:44:14 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2014-12-10T16:44:14Z</dc:date>
    <item>
      <title>norm2 for complex vectors</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018740#M107653</link>
      <description>&lt;P&gt;dear all,&lt;/P&gt;

&lt;P&gt;I usually use NORM2 to compute the error in a while cycle.&lt;/P&gt;

&lt;P&gt;However, I have complex vector now and NORM2 does not work.&lt;/P&gt;

&lt;P&gt;Is there any norm2 function for complex vectors?&lt;/P&gt;

&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 15:35:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018740#M107653</guid>
      <dc:creator>diedro</dc:creator>
      <dc:date>2014-12-10T15:35:14Z</dc:date>
    </item>
    <item>
      <title>Not in the Fortran standard -</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018741#M107654</link>
      <description>&lt;P&gt;Not in the Fortran standard - NORM2 is defined for REAL only.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 15:39:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018741#M107654</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-12-10T15:39:16Z</dc:date>
    </item>
    <item>
      <title>Dear all, Dear Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018742#M107655</link>
      <description>&lt;P&gt;Dear all, Dear Steve,&lt;/P&gt;

&lt;P&gt;Ok. Do you have some suggestion to overcome this?&lt;/P&gt;

&lt;P&gt;this is my code, I use norm2 to compute the error:&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt; DO WHILE(NORM(R1)&amp;gt;=eps*NORM(BBg))
        !
        P1 = R1 + beta0*P0
       !
       ........
       ........
      .........
   ENDDO
    &lt;/PRE&gt;

&lt;P&gt;where R1 and BBg are complex vectors&lt;/P&gt;

&lt;P&gt;Thanks for any help&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 15:43:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018742#M107655</guid>
      <dc:creator>diedro</dc:creator>
      <dc:date>2014-12-10T15:43:14Z</dc:date>
    </item>
    <item>
      <title>You'd have to specify</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018743#M107656</link>
      <description>&lt;P&gt;You'd have to specify explicitly how you want NORM calculated.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 16:44:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018743#M107656</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2014-12-10T16:44:14Z</dc:date>
    </item>
    <item>
      <title>There is a routine NRM2 in</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018744#M107657</link>
      <description>&lt;P&gt;There is a routine NRM2 in MKL, of which the flavors SCNRM2 and DZNRM2 &amp;nbsp;pertain to complex vectors. There is an overloaded routine NRM2 available through the F95 interface.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 17:13:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018744#M107657</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-12-10T17:13:40Z</dc:date>
    </item>
    <item>
      <title>I can't understand at all why</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018745#M107658</link>
      <description>&lt;P&gt;I can't understand at all why NORM2 for complex input isn't in the standard. Stuff like NORM2(transfer(x,[real(kind(x))::])) or NORM2([NORM2(real(x)),NORM2(aimag(x))]) is possible.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 01:30:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018745#M107658</guid>
      <dc:creator>JVanB</dc:creator>
      <dc:date>2014-12-11T01:30:41Z</dc:date>
    </item>
    <item>
      <title>Dear all,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018746#M107659</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;thanks a lot.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 11.8181819915771px; line-height: 16.3636360168457px;"&gt;NRM2 and&amp;nbsp;NORM2([NORM2(real(x)),NORM2(aimag(x))]) work for me.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 11.8181819915771px; line-height: 16.3636360168457px;"&gt;I have only to compute the difference between two complex vectors&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 11.8181819915771px; line-height: 16.3636360168457px;"&gt;thanks again&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 08:29:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/norm2-for-complex-vectors/m-p/1018746#M107659</guid>
      <dc:creator>diedro</dc:creator>
      <dc:date>2014-12-12T08:29:06Z</dc:date>
    </item>
  </channel>
</rss>

