<?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 What does INTENT(IN) mean ?? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/What-does-INTENT-IN-mean/m-p/865241#M7894</link>
    <description>&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;In the VML section of the manual I am coming across the notation:&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" size="2"&gt;REAL, INTEND(IN)&lt;BR /&gt;&lt;BR /&gt;Not coming from a Fortran background, could someone explain to me what INTENT(IN) means and how this might effect calling vml functions from vc++ using the fortran convention for both real and complex vectors ??&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jul 2008 18:21:31 GMT</pubDate>
    <dc:creator>Deleted_U_Intel</dc:creator>
    <dc:date>2008-07-01T18:21:31Z</dc:date>
    <item>
      <title>What does INTENT(IN) mean ??</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/What-does-INTENT-IN-mean/m-p/865241#M7894</link>
      <description>&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;In the VML section of the manual I am coming across the notation:&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="Verdana" size="2"&gt;REAL, INTEND(IN)&lt;BR /&gt;&lt;BR /&gt;Not coming from a Fortran background, could someone explain to me what INTENT(IN) means and how this might effect calling vml functions from vc++ using the fortran convention for both real and complex vectors ??&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2008 18:21:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/What-does-INTENT-IN-mean/m-p/865241#M7894</guid>
      <dc:creator>Deleted_U_Intel</dc:creator>
      <dc:date>2008-07-01T18:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: What does INTENT(IN) mean ??</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/What-does-INTENT-IN-mean/m-p/865242#M7895</link>
      <description>Fortran INTENT(IN) is analogous to C const. It expresses the programmer's intent not to modify that object while the declaration is in scope, and requests the compiler to complain if it can detect a violation of that intent. It would not necessarilyaffect calling from C++, although it documents the idea that the vml function must not modify those arguments. For example, if the vml function can be treated as expecting a reference, the INTENT would not change that.</description>
      <pubDate>Tue, 01 Jul 2008 18:54:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/What-does-INTENT-IN-mean/m-p/865242#M7895</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-07-01T18:54:18Z</dc:date>
    </item>
  </channel>
</rss>

