IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Classes | |
class | mcpdreport |
class | mcpdstate |
Static Public Member Functions | |
static void | mcpdcreate (int n, mcpdstate s) |
static void | mcpdcreateentry (int n, int entrystate, mcpdstate s) |
static void | mcpdcreateexit (int n, int exitstate, mcpdstate s) |
static void | mcpdcreateentryexit (int n, int entrystate, int exitstate, mcpdstate s) |
static void | mcpdaddtrack (mcpdstate s, double[,] xy, int k) |
static void | mcpdsetec (mcpdstate s, double[,] ec) |
static void | mcpdaddec (mcpdstate s, int i, int j, double c) |
static void | mcpdsetbc (mcpdstate s, double[,] bndl, double[,] bndu) |
static void | mcpdaddbc (mcpdstate s, int i, int j, double bndl, double bndu) |
static void | mcpdsetlc (mcpdstate s, double[,] c, int[] ct, int k) |
static void | mcpdsettikhonovregularizer (mcpdstate s, double v) |
static void | mcpdsetprior (mcpdstate s, double[,] pp) |
static void | mcpdsetpredictionweights (mcpdstate s, double[] pw) |
static void | mcpdsolve (mcpdstate s) |
static void | mcpdresults (mcpdstate s, ref double[,] p, mcpdreport rep) |
static void | mcpdcreate (int n, mcpdstate s) |
static void | mcpdcreateentry (int n, int entrystate, mcpdstate s) |
static void | mcpdcreateexit (int n, int exitstate, mcpdstate s) |
static void | mcpdcreateentryexit (int n, int entrystate, int exitstate, mcpdstate s) |
static void | mcpdaddtrack (mcpdstate s, double[,] xy, int k) |
static void | mcpdsetec (mcpdstate s, double[,] ec) |
static void | mcpdaddec (mcpdstate s, int i, int j, double c) |
static void | mcpdsetbc (mcpdstate s, double[,] bndl, double[,] bndu) |
static void | mcpdaddbc (mcpdstate s, int i, int j, double bndl, double bndu) |
static void | mcpdsetlc (mcpdstate s, double[,] c, int[] ct, int k) |
static void | mcpdsettikhonovregularizer (mcpdstate s, double v) |
static void | mcpdsetprior (mcpdstate s, double[,] pp) |
static void | mcpdsetpredictionweights (mcpdstate s, double[] pw) |
static void | mcpdsolve (mcpdstate s) |
static void | mcpdresults (mcpdstate s, ref double[,] p, mcpdreport rep) |
Public Attributes | |
const double | xtol = 1.0E-8 |
Static Private Member Functions | |
static void | mcpdinit (int n, int entrystate, int exitstate, mcpdstate s) |
static void | mcpdinit (int n, int entrystate, int exitstate, mcpdstate s) |
|
inlinestatic |
References alglib.ap.assert(), and alglib.mcpd.mcpdinit().
Referenced by alglib.testmcpdunit.createee(), alglib.mcpdcreate(), alglib.testmcpdunit.testentryexit(), and alglib.testmcpdunit.testsimple().
|
inlinestatic |
References alglib.ap.assert().
Referenced by alglib.testmcpdunit.createee(), alglib.mcpdcreateentry(), and alglib.testmcpdunit.testentryexit().
|
inlinestatic |
Referenced by alglib.testmcpdunit.createee(), alglib.mcpdcreateexit(), and alglib.testmcpdunit.testentryexit().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Referenced by alglib.mcpdsetec(), and alglib.testmcpdunit.testec().
|
inlinestatic |
Referenced by alglib.mcpdaddec(), and alglib.testmcpdunit.testec().
|
inlinestatic |
Referenced by alglib.mcpdsetbc(), and alglib.testmcpdunit.testbc().
|
inlinestatic |
Referenced by alglib.mcpdaddbc(), and alglib.testmcpdunit.testbc().
|
inlinestatic |
Referenced by alglib.mcpdsetlc(), and alglib.testmcpdunit.testlc().
|
inlinestatic |
Referenced by alglib.mcpdsettikhonovregularizer().
|
inlinestatic |
Referenced by alglib.mcpdsetprior().
|
inlinestatic |
Referenced by alglib.mcpdsetpredictionweights().
|
inlinestatic |
|
inlinestatic |
|
inlinestaticprivate |
Referenced by alglib.mcpd.mcpdcreate().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestaticprivate |
const double alglib.mcpd.xtol = 1.0E-8 |