<?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 I'm moving this to the MKL in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Equivalent-function-NCONF-NLQPL/m-p/1054017#M21313</link>
    <description>&lt;P&gt;I'm moving this to the MKL forum.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Mar 2015 17:51:19 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2015-03-17T17:51:19Z</dc:date>
    <item>
      <title>Equivalent function NCONF/NLQPL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Equivalent-function-NCONF-NLQPL/m-p/1054012#M21308</link>
      <description>&lt;P&gt;hello folks!&lt;/P&gt;

&lt;P&gt;I am looking for an equivalent function to NCONF/DNCONF which has been defined in the IMSL library. Here is the description of this function:&lt;/P&gt;

&lt;P&gt;Solve a general nonlinear programming problem using the successive quadratic programming algorithm and a finite difference gradient.&lt;/P&gt;

&lt;P&gt;Call NCONF (FCN, M, ME, N, XGUESS, IBTYPE, XLB, XUB, XSCALE, IPRINT, MAXITN, X, FVALUE)&lt;/P&gt;

&lt;P&gt;In nutshell, I have to minimize a multi-variable function knowing that one (or more) condition have to be accomplished.&lt;/P&gt;

&lt;P&gt;Thank you in advance.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 13:38:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Equivalent-function-NCONF-NLQPL/m-p/1054012#M21308</guid>
      <dc:creator>CHARAF-EDDINE_A_</dc:creator>
      <dc:date>2015-03-17T13:38:19Z</dc:date>
    </item>
    <item>
      <title>A comment that NCONF/DNCONF</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Equivalent-function-NCONF-NLQPL/m-p/1054013#M21309</link>
      <description>&lt;P&gt;A comment that NCONF/DNCONF are not in the IMSL we offer due to a third-party licensing restriction. They have been labeled as "deprecated" since IMSL 2.0.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 14:43:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Equivalent-function-NCONF-NLQPL/m-p/1054013#M21309</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-03-17T14:43:45Z</dc:date>
    </item>
    <item>
      <title>The currently available</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Equivalent-function-NCONF-NLQPL/m-p/1054014#M21310</link>
      <description>&lt;P&gt;The currently available subroutine in IMSL with the same functionality is NNLPF. The argument list and the interface for the user-supplied function subroutines are, of course, slightly different.&lt;/P&gt;

&lt;P&gt;The current (updated) versions of NLPQLP may be obtained from the author, Professor Schittkowski, at&amp;nbsp;http://www.ai7.uni-bayreuth.de/nlpqlp.htm.&lt;/P&gt;

&lt;P&gt;If your problem involves mininizing the sum of squares of a set of functions with, at most, linear constraints, look at TRNLSPBC in MKL.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 15:22:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Equivalent-function-NCONF-NLQPL/m-p/1054014#M21310</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-03-17T15:22:00Z</dc:date>
    </item>
    <item>
      <title>Do you mean the TRNLSPBC</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Equivalent-function-NCONF-NLQPL/m-p/1054015#M21311</link>
      <description>&lt;P&gt;Do you mean the TRNLSPBC routines? In the MKL index under TR Routines &amp;gt;&amp;nbsp;Nonlinear Least Squares Problem with Linear (Bound) Constraints&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:15:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Equivalent-function-NCONF-NLQPL/m-p/1054015#M21311</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-03-17T17:15:37Z</dc:date>
    </item>
    <item>
      <title>YES, I found it.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Equivalent-function-NCONF-NLQPL/m-p/1054016#M21312</link>
      <description>&lt;P&gt;YES, I found it. Unfortunately, I have to deal with non linear constraints...&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:21:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Equivalent-function-NCONF-NLQPL/m-p/1054016#M21312</guid>
      <dc:creator>CHARAF-EDDINE_A_</dc:creator>
      <dc:date>2015-03-17T17:21:19Z</dc:date>
    </item>
    <item>
      <title>I'm moving this to the MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Equivalent-function-NCONF-NLQPL/m-p/1054017#M21313</link>
      <description>&lt;P&gt;I'm moving this to the MKL forum.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:51:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Equivalent-function-NCONF-NLQPL/m-p/1054017#M21313</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-03-17T17:51:19Z</dc:date>
    </item>
  </channel>
</rss>

