<?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 The routine DGELSS has a in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148497#M26920</link>
    <description>&lt;P&gt;The routine DGELSS has a Fortran-77 interface, with 13 arguments. You have called it with just 4 arguments, and such a call is bound to fail badly. If you want to call the Lapack95 version, instead, the routine name is GELSS, and that routine takes 2 required arguments + 4 optional arguments.&lt;/P&gt;&lt;P&gt;The routine GELSS is a driver routine; with a single call to it, you can obtain the least-norm solution to a rank-deficient undetermined set of equations. Therefore, I do not understand why you have calls to GETRF and GETRI and further matrix operations.&lt;/P&gt;&lt;P&gt;The MKL distribution includes the source code for an example that calls GELSS.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Feb 2019 03:59:59 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2019-02-08T03:59:59Z</dc:date>
    <item>
      <title>DGELSS Issue</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148493#M26916</link>
      <description>&lt;P&gt;I am attempting to use this routine but am getting an exception:&lt;/P&gt;&lt;P&gt;Exception thrown at 0x01FA5428 (mkl_core.dll) in Console1.exe: 0xC0000005: Access violation reading location 0x00000000.&lt;/P&gt;&lt;P&gt;I wonder if anyone knows how I might fix this.&lt;/P&gt;&lt;P&gt;Thanks, Angus.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 10:18:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148493#M26916</guid>
      <dc:creator>acar</dc:creator>
      <dc:date>2019-02-07T10:18:00Z</dc:date>
    </item>
    <item>
      <title>we not aware about such issue</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148494#M26917</link>
      <description>&lt;P&gt;we not aware about such issue. could you give us more details.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 11:54:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148494#M26917</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-02-07T11:54:32Z</dc:date>
    </item>
    <item>
      <title>The attached zip file</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148495#M26918</link>
      <description>&lt;P&gt;The attached zip file contains my small application that causes the issue...&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 14:05:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148495#M26918</guid>
      <dc:creator>acar</dc:creator>
      <dc:date>2019-02-07T14:05:29Z</dc:date>
    </item>
    <item>
      <title>The application sets up an</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148496#M26919</link>
      <description>&lt;P&gt;The application sets up an underdetermined and rank deficient set of equations and I wish to obtain a least squares solution to the problem.&amp;nbsp; The routine runs fine until I call dgelss when I get the error shown in the image uploaded previously.&amp;nbsp; Any assistance, and you can take a look at the complete application uploaded previously, would be gratefully received.&amp;nbsp; Thanks,&amp;nbsp; Angus.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 18:11:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148496#M26919</guid>
      <dc:creator>acar</dc:creator>
      <dc:date>2019-02-07T18:11:28Z</dc:date>
    </item>
    <item>
      <title>The routine DGELSS has a</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148497#M26920</link>
      <description>&lt;P&gt;The routine DGELSS has a Fortran-77 interface, with 13 arguments. You have called it with just 4 arguments, and such a call is bound to fail badly. If you want to call the Lapack95 version, instead, the routine name is GELSS, and that routine takes 2 required arguments + 4 optional arguments.&lt;/P&gt;&lt;P&gt;The routine GELSS is a driver routine; with a single call to it, you can obtain the least-norm solution to a rank-deficient undetermined set of equations. Therefore, I do not understand why you have calls to GETRF and GETRI and further matrix operations.&lt;/P&gt;&lt;P&gt;The MKL distribution includes the source code for an example that calls GELSS.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 03:59:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148497#M26920</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2019-02-08T03:59:59Z</dc:date>
    </item>
    <item>
      <title>Okay to using gelss rather</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148498#M26921</link>
      <description>&lt;P&gt;Okay to using gelss rather than dgelss.&amp;nbsp; However, according to the INTEL MKL documentation the call has four non-optional arguments:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/mkl-developer-reference-fortran-gelss" target="_blank"&gt;https://software.intel.com/en-us/mkl-developer-reference-fortran-gelss&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Nontheless, if I call it with just the first two essential arguments it seems to work - need to check out the results in more detail.&lt;/P&gt;&lt;P&gt;The calls to getrf and getri were an earlier attempt to solve the problem before I realised that &lt;A&gt; could be rank-deficient.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for your assistance with this.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 08:40:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148498#M26921</guid>
      <dc:creator>acar</dc:creator>
      <dc:date>2019-02-08T08:40:44Z</dc:date>
    </item>
    <item>
      <title>Quote:acar wrote: ...</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148499#M26922</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;acar wrote:&lt;BR /&gt; ... according to the INTEL MKL documentation the call has four non-optional arguments ... Nonetheless, if I call it with just the first two essential arguments it seems to work&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The convention used in the documentation is that arguments shown within square brackets are optional keyword arguments. The comma preceding an optional argument is also shown inside the square brackets, and that should remove any ambiguity as to what is meant.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 17:05:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148499#M26922</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2019-02-08T17:05:41Z</dc:date>
    </item>
    <item>
      <title>Ah - it is a long while since</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148500#M26923</link>
      <description>&lt;P&gt;Ah - it is a long while since I'd done any coding and when I look again I do indeed see the call syntax towards the top of the page and the LAPACK95 Interface notes at the bottom of the page where only some of the arguments are listed/defined and where the optional nature of some of these is not clear.&amp;nbsp; Might be better, for optimum clarity, to move the appropriate call syntax to be adjacent to the notes?&lt;/P&gt;&lt;P&gt;Thanks for your patience and help.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 17:51:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGELSS-Issue/m-p/1148500#M26923</guid>
      <dc:creator>acar</dc:creator>
      <dc:date>2019-02-08T17:51:46Z</dc:date>
    </item>
  </channel>
</rss>

