12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <html lang="en">
- <head>
- <title>minpack exceptions - 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="minpack.html#minpack" title="minpack">
- <link rel="prev" href="minpack-calling-conventions.html#minpack-calling-conventions" title="minpack calling conventions">
- <link rel="next" href="Additional-minpack-notes.html#Additional-minpack-notes" title="Additional minpack notes">
- <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-exceptions"></a>
- <p>
- Next: <a rel="next" accesskey="n" href="Additional-minpack-notes.html#Additional-minpack-notes">Additional minpack notes</a>,
- Previous: <a rel="previous" accesskey="p" href="minpack-calling-conventions.html#minpack-calling-conventions">minpack calling conventions</a>,
- Up: <a rel="up" accesskey="u" href="minpack.html#minpack">minpack</a>
- <hr>
- </div>
- <h4 class="subsection">D.13.2 <code>minpack</code> exceptions</h4>
- <ul>
- <li>A message of <code><'memory overflow'></code> is possible any time
- <code>minpack</code> runs out of memory.
- <li>A message of <code><'bad minpack specification'></code> will be returned
- <a name="index-bad-minpack-specification-785"></a>if an input argument recognizably violates the required specification.
- <li>The <code><'minpack error'></code> message is returned in the event of any
- <a name="index-minpack-error-786"></a>unexpected behavior or irregular status from the API.
- <li>Any error messages reported by the system function <var>f</var> or the
- Jacobian function <var>j</var> are propagated to the result.
- </ul>
- </body></html>
|