<?xml version='1.0' encoding='ISO-8859-1' ?>
<!-- $Revision: 1.6 $ $Date: 2000/09/15 22:59:41 $ -->

<toc version="1.0">

<tocitem target="optim_product_page.html">Optimization Toolbox

<tocitem target="usingopt.html">Using the Optimization Toolbox
    <tocitem target="notestor.html#10453">Preface
        <tocitem target="notestor.html#10524">What Is the Optimization Toolbox?</tocitem>
        <tocitem target="notesto2.html#13782">New Features in Version 2.1
            <tocitem target="notesto2.html#14595">Toolbox Speed</tocitem>
            <tocitem target="notesto2.html#14597">Function Handles</tocitem>
            <tocitem target="notesto2.html#14604">Large Structured Problems</tocitem>
        </tocitem>
        <tocitem target="notesto3.html#15367">Using This Guide</tocitem>
        <tocitem target="notesto4.html#15734">Acknowledgments</tocitem>
        <tocitem target="notesto5.html#13877">Related Products</tocitem>
        <tocitem target="notesto6.html#13922">Configuration Information</tocitem>
        <tocitem target="notesto7.html#14645">Technical Conventions
            <tocitem target="notesto7.html#14729">Matrix, Vector, and Scalar Notation</tocitem>
        </tocitem>
        <tocitem target="notesto8.html#14201">Typographical Conventions</tocitem>
    </tocitem>
    <tocitem target="opttut1.html#2608">Tutorial
        <tocitem target="opttut1.html#10634">Overview</tocitem>
        <tocitem target="opttut12.html#29686">Introduction
            <tocitem target="opttut13.html#33921">Problems Covered by the Toolbox</tocitem>
            <tocitem target="opttut14.html#29943">Using the Optimization Functions</tocitem>
        </tocitem>
        <tocitem target="opttut15.html#19096">Examples that Use Standard Algorithms
            <tocitem target="opttut16.html#25828">Unconstrained Example</tocitem>
            <tocitem target="opttut17.html#10912">Nonlinear Inequality Constrained Example</tocitem>
            <tocitem target="opttut18.html#10960">Constrained Example with Bounds</tocitem>
            <tocitem target="opttut19.html#11004">Constrained Example with Gradients</tocitem>
            <tocitem target="opttut10.html#11061">Gradient Check: Analytic Versus Numeric</tocitem>
            <tocitem target="opttut11.html#11071">Equality Constrained Example</tocitem>
            <tocitem target="opttu12a.html#11110">Maximization</tocitem>
            <tocitem target="opttu12a.html#11119">Greater-Than-Zero Constraints</tocitem>
            <tocitem target="opttu13a.html#11137">Additional Arguments: Avoiding Global Variables</tocitem>
            <tocitem target="opttu14a.html#11157">Multiobjective Examples</tocitem>
        </tocitem>
        <tocitem target="opttu15a.html#39857">Large-Scale Examples
            <tocitem target="opttu16a.html#34118">Problems Covered by Large-Scale Methods</tocitem>
            <tocitem target="opttu17a.html#11440">Nonlinear Equations with Jacobian</tocitem>
            <tocitem target="opttu18a.html#11658">Nonlinear Equations with Jacobian Sparsity Pattern</tocitem>
            <tocitem target="opttu19a.html#14925">Nonlinear Least Squares with Full Jacobian Sparsity Pattern</tocitem>
            <tocitem target="opttut20.html#12003">Nonlinear Minimization with Gradient and Hessian</tocitem>
            <tocitem target="opttut21.html#12018">Nonlinear Minimization with Gradient and Hessian Sparsity Pattern</tocitem>
            <tocitem target="opttut22.html#15403">Nonlinear Minimization with Bound Constraints and Banded Preconditioner</tocitem>
            <tocitem target="opttut23.html#16303">Nonlinear Minimization with Equality Constraints</tocitem>
            <tocitem target="opttut24.html#36243">Nonlinear Minimization with a Dense but Structured Hessian and Equality Constraints</tocitem>
            <tocitem target="opttut25.html#36247">Quadratic Minimization with Bound Constraints</tocitem>
            <tocitem target="opttut26.html#34755">Quadratic Minimization with a Dense but Structured Hessian</tocitem>
            <tocitem target="opttut27.html#26715">Linear Least Squares with Bound Constraints</tocitem>
            <tocitem target="opttut28.html#18232">Linear Programming with Equalities and Inequalities</tocitem>
            <tocitem target="opttut29.html#18266">Linear Programming with Dense Columns in the Equalities</tocitem>
        </tocitem>
        <tocitem target="opttut30.html#12471">Default Parameter Settings
            <tocitem target="opttut31.html#12658">Changing the Default Settings</tocitem>
        </tocitem>
        <tocitem target="opttut32.html#12687">Displaying Iterative Output
            <tocitem target="opttut33.html#12688">Output Headings: Medium-Scale Algorithms</tocitem>
            <tocitem target="opttut34.html#12726">Output Headings: Large-Scale Algorithms</tocitem>
        </tocitem>
        <tocitem target="opttut35.html#12752">Optimization of Inline Objects Instead of M-Files</tocitem>
        <tocitem target="opttut36.html#12775">Typical Problems and How to Deal with Them</tocitem>
        <tocitem target="opttu37a.html#18656">Converting Your Code to Version 2 Syntax
            <tocitem target="opttut38.html#18662">Using optimset and optimget</tocitem>
            <tocitem target="opttu39a.html#18691">New Calling Sequences</tocitem>
            <tocitem target="opttu40a.html#18893">Example of Converting from constr to fmincon</tocitem>
        </tocitem>
        <tocitem target="opttu41b.html#18654">Selected Bibliography</tocitem>
    </tocitem>
    <tocitem target="opt2pt1.html#10204">Standard Algorithms
        <tocitem target="opt2pt1.html#20925">Overview</tocitem>
        <tocitem target="opt2pt12.html#33771">Optimization Overview</tocitem>
        <tocitem target="opt2pt13.html#130">Unconstrained Optimization
            <tocitem target="opt2pt14.html#137">Quasi-Newton Methods</tocitem>
            <tocitem target="opt2pt15.html#15468">Line Search</tocitem>
        </tocitem>
        <tocitem target="opt2pt16.html#166">Quasi-Newton Implementation
            <tocitem target="opt2pt17.html#171">Hessian Update</tocitem>
            <tocitem target="opt2pt18.html#175">Line Search Procedures</tocitem>
        </tocitem>
        <tocitem target="opt2pt19.html#189">Least Squares Optimization
            <tocitem target="opt2pt10.html#199">Gauss-Newton Method</tocitem>
            <tocitem target="opt2pt11.html#204">Levenberg-Marquardt Method</tocitem>
        </tocitem>
        <tocitem target="opt2p12a.html#208">Nonlinear Least Squares Implementation
            <tocitem target="opt2p13a.html#210">Gauss-Newton Implementation</tocitem>
            <tocitem target="opt2p14a.html#212">Levenberg-Marquardt Implementation</tocitem>
        </tocitem>
        <tocitem target="opt2p15a.html#26597">Constrained Optimization
            <tocitem target="opt2p16a.html#26622">Sequential Quadratic Programming (SQP)</tocitem>
            <tocitem target="opt2p17a.html#26633">Quadratic Programming (QP) Subproblem</tocitem>
        </tocitem>
        <tocitem target="opt2p18a.html#26684">SQP Implementation
            <tocitem target="opt2p19a.html#26691">Updating the Hessian Matrix</tocitem>
            <tocitem target="opt2pt20.html#26746">Quadratic Programming Solution</tocitem>
            <tocitem target="opt2pt21.html#26965">Line Search and Merit Function</tocitem>
        </tocitem>
        <tocitem target="opt2pt22.html#27003">Multiobjective Optimization
            <tocitem target="opt2pt23.html#27013">Introduction</tocitem>
            <tocitem target="opt2pt24.html#27308">Goal Attainment Method</tocitem>
            <tocitem target="opt2pt25.html#27422">Algorithm Improvements for Goal Attainment Method</tocitem>
        </tocitem>
        <tocitem target="opt2pt26.html#27496">Selected Bibliography</tocitem>
    </tocitem>
    <tocitem target="opt3.html#6011">Large-Scale Algorithms
        <tocitem target="opt3.html#3134">Overview</tocitem>
        <tocitem target="opt32.html#3137">Trust Region Methods for Nonlinear Minimization</tocitem>
        <tocitem target="opt33.html#3329">Preconditioned Conjugate Gradients</tocitem>
        <tocitem target="opt34.html#3395">Linearly Constrained Problems
            <tocitem target="opt35.html#3397">Linear Equality Constraints</tocitem>
            <tocitem target="opt36.html#3477">Box Constraints</tocitem>
        </tocitem>
        <tocitem target="opt37.html#3642">Nonlinear Least Squares</tocitem>
        <tocitem target="opt38.html#3681">Quadratic Programming</tocitem>
        <tocitem target="opt39.html#3691">Linear Least Squares</tocitem>
        <tocitem target="opt310.html#3708">Large-Scale Linear Programming
            <tocitem target="opt311.html#3722">Main Algorithm</tocitem>
            <tocitem target="opt312.html#3861">Preprocessing</tocitem>
        </tocitem>
        <tocitem target="opt313.html#3872">Selected Bibliography</tocitem>
    </tocitem>
    <tocitem target="optim_example_index.html">Index of Examples</tocitem>
</tocitem>
<tocitem target="referenc.html">Reference
    <tocitem target="optref.html#1597">Function Reference
        <tocitem target="optref.html#5533">Functions by Category
            <tocitem target="optref.html#3204">Minimization</tocitem>
            <tocitem target="optref.html#2586">Equation Solving</tocitem>
            <tocitem target="optref.html#1974">Least Squares (Curve Fitting)</tocitem>
            <tocitem target="optref.html#1998">Utility</tocitem>
            <tocitem target="optref.html#2617">Demos of Large-Scale Methods</tocitem>
            <tocitem target="optref.html#4702">Demos of Medium-Scale Methods</tocitem>
        </tocitem>
        <tocitem target="optref2.html#2675">Function Arguments</tocitem>
        <tocitem target="optref3.html#3896">Optimization Options Parameters</tocitem>
        <tocitem target="optimizb.html#800173">Alphabetical List of Functions
            <tocitem target="fgoalattain.html#203422">fgoalattain</tocitem>
            <tocitem target="fminbnd.html#466368">fminbnd</tocitem>
            <tocitem target="fmincon.html#186828">fmincon</tocitem>
            <tocitem target="fminimax.html#187438">fminimax</tocitem>
            <tocitem target="fminsearch.html#188436">fminsearch</tocitem>
            <tocitem target="fminunc.html#189290">fminunc</tocitem>
            <tocitem target="fseminf.html#189647">fseminf</tocitem>
            <tocitem target="fsolve.html#190456">fsolve</tocitem>
            <tocitem target="fzero.html#191118">fzero</tocitem>
            <tocitem target="linprog.html#191525">linprog</tocitem>
            <tocitem target="lsqcurvefit.html#357110">lsqcurvefit</tocitem>
            <tocitem target="lsqlin.html#139309">lsqlin</tocitem>
            <tocitem target="lsqnonlin.html#749">lsqnonlin</tocitem>
            <tocitem target="lsqnonneg.html#369">lsqnonneg</tocitem>
            <tocitem target="optimget.html#243287">optimget</tocitem>
            <tocitem target="optimset.html#242625">optimset</tocitem>
            <tocitem target="quadprog.html#215">quadprog</tocitem>
        </tocitem>
    </tocitem>
</tocitem>
<tocitem target="optim_product_page.html">Printable Documentation (PDF)</tocitem>
<tocitem target="optim_web_product_page.html">Product Page (Web)</tocitem>

</tocitem>
</toc>
