|
| static void | sasinit (int n, sactiveset s) |
| |
| static void | sassetscale (sactiveset state, double[] s) |
| |
| static void | sassetprecdiag (sactiveset state, double[] d) |
| |
| static void | sassetbc (sactiveset state, double[] bndl, double[] bndu) |
| |
| static void | sassetlc (sactiveset state, double[,] c, int[] ct, int k) |
| |
| static void | sassetlcx (sactiveset state, double[,] cleic, int nec, int nic) |
| |
| static bool | sasstartoptimization (sactiveset state, double[] x) |
| |
| static void | sasexploredirection (sactiveset state, double[] d, ref double stpmax, ref int cidx, ref double vval) |
| |
| static int | sasmoveto (sactiveset state, double[] xn, bool needact, int cidx, double cval) |
| |
| static void | sasimmediateactivation (sactiveset state, int cidx, double cval) |
| |
| static void | sasconstraineddescent (sactiveset state, double[] g, ref double[] d) |
| |
| static void | sasconstraineddescentprec (sactiveset state, double[] g, ref double[] d) |
| |
| static void | sasconstraineddirection (sactiveset state, ref double[] d) |
| |
| static void | sasconstraineddirectionprec (sactiveset state, ref double[] d) |
| |
| static void | sascorrection (sactiveset state, double[] x, ref double penalty) |
| |
| static double | sasactivelcpenalty1 (sactiveset state, double[] x) |
| |
| static double | sasscaledconstrainednorm (sactiveset state, double[] d) |
| |
| static void | sasstopoptimization (sactiveset state) |
| |
| static void | sasreactivateconstraints (sactiveset state, double[] gc) |
| |
| static void | sasreactivateconstraintsprec (sactiveset state, double[] gc) |
| |
| static void | sasrebuildbasis (sactiveset state) |
| |