123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <html lang="en">
- <head>
- <title>minpack - avram - a virtual machine code interpreter</title>
- <meta http-equiv="Content-Type" content="text/html">
- <meta name="description" content="avram - a virtual machine code interpreter">
- <meta name="generator" content="makeinfo 4.13">
- <link title="Top" rel="start" href="index.html#Top">
- <link rel="up" href="External-Libraries.html#External-Libraries" title="External Libraries">
- <link rel="prev" href="mtwist.html#mtwist" title="mtwist">
- <link rel="next" href="mpfr.html#mpfr" title="mpfr">
- <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="minpack"></a>
- <p>
- Next: <a rel="next" accesskey="n" href="mpfr.html#mpfr">mpfr</a>,
- Previous: <a rel="previous" accesskey="p" href="mtwist.html#mtwist">mtwist</a>,
- Up: <a rel="up" accesskey="u" href="External-Libraries.html#External-Libraries">External Libraries</a>
- <hr>
- </div>
- <h3 class="section">D.13 <code>minpack</code></h3>
- <p>The <code>minpack</code> library contains functions to solve non-linear
- <a name="index-non_002dlinear-optimization-781"></a>optimization and least squares problems. The functions can be
- <a name="index-least-squares-782"></a>expressed as
- <pre class="example"> library('minpack',f)
- </pre>
- <p class="noindent">where <code>f</code> can be one of <code>'hybrd'</code>, <code>'hybrj'</code>,
- <code>'lmder'</code>, <code>'lmdif'</code>, or <code>'lmstr'</code>, following the names
- of the underlying Fortran subroutines.
- <ul class="menu">
- <li><a accesskey="1" href="minpack-calling-conventions.html#minpack-calling-conventions">minpack calling conventions</a>
- <li><a accesskey="2" href="minpack-exceptions.html#minpack-exceptions">minpack exceptions</a>
- <li><a accesskey="3" href="Additional-minpack-notes.html#Additional-minpack-notes">Additional minpack notes</a>
- </ul>
- </body></html>
|