Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 3e60ff9d4d6f58c8fbd17208f14089fa > files > 1726

octave-doc-3.2.3-3mdv2010.0.i586.rpm

<html lang="en">
<head>
<title>Nonlinear Programming - Octave C++ Classes</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Octave C++ Classes">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Optimization.html#Optimization" title="Optimization">
<link rel="prev" href="Quadratic-Programming.html#Quadratic-Programming" title="Quadratic Programming">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="Nonlinear-Programming"></a>
<p>
Previous:&nbsp;<a rel="previous" accesskey="p" href="Quadratic-Programming.html#Quadratic-Programming">Quadratic Programming</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Optimization.html#Optimization">Optimization</a>
<hr>
</div>

<h3 class="section">9.6 Nonlinear Programming</h3>

<p><a name="index-NLP-895"></a><a name="index-nonlinear-programming-896"></a>

<div class="defun">
&mdash; :  <b>NLP</b> (<var>void</var>)<var><a name="index-NLP-897"></a></var><br>
&mdash; :  <b>NLP</b> (<var>const ColumnVector &amp;x, const Objective &amp;phi</var>)<var><a name="index-NLP-898"></a></var><br>
&mdash; :  <b>NLP</b> (<var>const ColumnVector &amp;x, const Objective &amp;phi, const Bounds &amp;b</var>)<var><a name="index-NLP-899"></a></var><br>
&mdash; :  <b>NLP</b> (<var>const ColumnVector &amp;x, const Objective &amp;phi, const Bounds &amp;b, const LinConst &amp;lc</var>)<var><a name="index-NLP-900"></a></var><br>
&mdash; :  <b>NLP</b> (<var>const ColumnVector &amp;x, const Objective &amp;phi, const Bounds &amp;b, const LinConst &amp;lc, const NLConst &amp;nlc</var>)<var><a name="index-NLP-901"></a></var><br>
&mdash; :  <b>NLP</b> (<var>const ColumnVector &amp;x, const Objective &amp;phi, const LinConst &amp;lc</var>)<var><a name="index-NLP-902"></a></var><br>
&mdash; :  <b>NLP</b> (<var>const ColumnVector &amp;x, const Objective &amp;phi, const LinConst &amp;lc, const NLConst &amp;nlc</var>)<var><a name="index-NLP-903"></a></var><br>
&mdash; :  <b>NLP</b> (<var>const ColumnVector &amp;x, const Objective &amp;phi, const NLConst &amp;nlc</var>)<var><a name="index-NLP-904"></a></var><br>
&mdash; :  <b>NLP</b> (<var>const ColumnVector &amp;x, const Objective &amp;phi, const Bounds &amp;b, const NLConst &amp;nlc</var>)<var><a name="index-NLP-905"></a></var><br>
        </div>

<div class="defun">
&mdash; : NLP&amp; <b>operator =</b> (<var>const NLP &amp;a</var>)<var><a name="index-operator-_003d-906"></a></var><br>
        </div>

<div class="defun">
&mdash; : int <b>size</b> (<var>void</var>)<var> const<a name="index-size-907"></a></var><br>
        </div>

<div class="defun">
&mdash; : ColumnVector <b>minimize</b> (<var>void</var>)<var><a name="index-minimize-908"></a></var><br>
&mdash; : ColumnVector <b>minimize</b> (<var>double &amp;objf</var>)<var><a name="index-minimize-909"></a></var><br>
&mdash; : ColumnVector <b>minimize</b> (<var>double &amp;objf, int &amp;inform</var>)<var><a name="index-minimize-910"></a></var><br>
&mdash; : ColumnVector <b>minimize</b> (<var>double &amp;objf, int &amp;inform, ColumnVector &amp;lambda</var>)<var><a name="index-minimize-911"></a></var><br>
        </div>

<div class="defun">
&mdash; : ColumnVector <b>minimize</b> (<var>const ColumnVector &amp;x</var>)<var><a name="index-minimize-912"></a></var><br>
&mdash; : ColumnVector <b>minimize</b> (<var>const ColumnVector &amp;x, double &amp;objf</var>)<var><a name="index-minimize-913"></a></var><br>
&mdash; : ColumnVector <b>minimize</b> (<var>const ColumnVector &amp;x, double &amp;objf, int &amp;inform</var>)<var><a name="index-minimize-914"></a></var><br>
&mdash; : ColumnVector <b>minimize</b> (<var>const ColumnVector &amp;x, double &amp;objf, int &amp;inform, ColumnVector &amp;lambda</var>)<var><a name="index-minimize-915"></a></var><br>
        </div>

<!-- Copyright (C) 1996, 1997, 2006, 2007 John W. Eaton -->
<!-- This file is part of Octave. -->
<!-- Octave is free software; you can redistribute it and/or modify it -->
<!-- under the terms of the GNU General Public License as published by the -->
<!-- Free Software Foundation; either version 3 of the License, or (at -->
<!-- your option) any later version. -->
<!-- Octave is distributed in the hope that it will be useful, but WITHOUT -->
<!-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -->
<!-- FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License -->
<!-- for more details. -->
<!-- You should have received a copy of the GNU General Public License -->
<!-- along with Octave; see the file COPYING.  If not, see -->
<!-- <http://www.gnu.org/licenses/>. -->
   </body></html>