|
| static void | minlmcreatevj (int n, int m, double[] x, minlmstate state) |
| |
| static void | minlmcreatev (int n, int m, double[] x, double diffstep, minlmstate state) |
| |
| static void | minlmcreatefgh (int n, double[] x, minlmstate state) |
| |
| static void | minlmsetcond (minlmstate state, double epsg, double epsf, double epsx, int maxits) |
| |
| static void | minlmsetxrep (minlmstate state, bool needxrep) |
| |
| static void | minlmsetstpmax (minlmstate state, double stpmax) |
| |
| static void | minlmsetscale (minlmstate state, double[] s) |
| |
| static void | minlmsetbc (minlmstate state, double[] bndl, double[] bndu) |
| |
| static void | minlmsetacctype (minlmstate state, int acctype) |
| |
| static bool | minlmiteration (minlmstate state) |
| |
| static void | minlmresults (minlmstate state, ref double[] x, minlmreport rep) |
| |
| static void | minlmresultsbuf (minlmstate state, ref double[] x, minlmreport rep) |
| |
| static void | minlmrestartfrom (minlmstate state, double[] x) |
| |
| static void | minlmcreatevgj (int n, int m, double[] x, minlmstate state) |
| |
| static void | minlmcreatefgj (int n, int m, double[] x, minlmstate state) |
| |
| static void | minlmcreatefj (int n, int m, double[] x, minlmstate state) |
| |
| static void | minlmsetgradientcheck (minlmstate state, double teststep) |
| |
| static void | minlmcreatevj (int n, int m, double[] x, minlmstate state) |
| |
| static void | minlmcreatev (int n, int m, double[] x, double diffstep, minlmstate state) |
| |
| static void | minlmcreatefgh (int n, double[] x, minlmstate state) |
| |
| static void | minlmsetcond (minlmstate state, double epsg, double epsf, double epsx, int maxits) |
| |
| static void | minlmsetxrep (minlmstate state, bool needxrep) |
| |
| static void | minlmsetstpmax (minlmstate state, double stpmax) |
| |
| static void | minlmsetscale (minlmstate state, double[] s) |
| |
| static void | minlmsetbc (minlmstate state, double[] bndl, double[] bndu) |
| |
| static void | minlmsetacctype (minlmstate state, int acctype) |
| |
| static bool | minlmiteration (minlmstate state) |
| |
| static void | minlmresults (minlmstate state, ref double[] x, minlmreport rep) |
| |
| static void | minlmresultsbuf (minlmstate state, ref double[] x, minlmreport rep) |
| |
| static void | minlmrestartfrom (minlmstate state, double[] x) |
| |
| static void | minlmcreatevgj (int n, int m, double[] x, minlmstate state) |
| |
| static void | minlmcreatefgj (int n, int m, double[] x, minlmstate state) |
| |
| static void | minlmcreatefj (int n, int m, double[] x, minlmstate state) |
| |
| static void | minlmsetgradientcheck (minlmstate state, double teststep) |
| |
|
| static void | lmprepare (int n, int m, bool havegrad, minlmstate state) |
| |
| static void | clearrequestfields (minlmstate state) |
| |
| static bool | increaselambda (ref double lambdav, ref double nu) |
| |
| static void | decreaselambda (ref double lambdav, ref double nu) |
| |
| static double | boundedscaledantigradnorm (minlmstate state, double[] x, double[] g) |
| |
| static void | lmprepare (int n, int m, bool havegrad, minlmstate state) |
| |
| static void | clearrequestfields (minlmstate state) |
| |
| static bool | increaselambda (ref double lambdav, ref double nu) |
| |
| static void | decreaselambda (ref double lambdav, ref double nu) |
| |
| static double | boundedscaledantigradnorm (minlmstate state, double[] x, double[] g) |
| |