|
| static void | rbfcreate (int nx, int ny, rbfmodel s) |
| |
| static void | rbfsetpoints (rbfmodel s, double[,] xy, int n) |
| |
| static void | rbfsetalgoqnn (rbfmodel s, double q, double z) |
| |
| static void | rbfsetalgomultilayer (rbfmodel s, double rbase, int nlayers, double lambdav) |
| |
| static void | rbfsetlinterm (rbfmodel s) |
| |
| static void | rbfsetconstterm (rbfmodel s) |
| |
| static void | rbfsetzeroterm (rbfmodel s) |
| |
| static void | rbfsetcond (rbfmodel s, double epsort, double epserr, int maxits) |
| |
| static void | rbfbuildmodel (rbfmodel s, rbfreport rep) |
| |
| static double | rbfcalc2 (rbfmodel s, double x0, double x1) |
| |
| static double | rbfcalc3 (rbfmodel s, double x0, double x1, double x2) |
| |
| static void | rbfcalc (rbfmodel s, double[] x, ref double[] y) |
| |
| static void | rbfcalcbuf (rbfmodel s, double[] x, ref double[] y) |
| |
| static void | rbfgridcalc2 (rbfmodel s, double[] x0, int n0, double[] x1, int n1, ref double[,] y) |
| |
| static void | rbfunpack (rbfmodel s, ref int nx, ref int ny, ref double[,] xwr, ref int nc, ref double[,] v) |
| |
| static void | rbfalloc (alglib.serializer s, rbfmodel model) |
| |
| static void | rbfserialize (alglib.serializer s, rbfmodel model) |
| |
| static void | rbfunserialize (alglib.serializer s, rbfmodel model) |
| |
| static void | rbfcreate (int nx, int ny, rbfmodel s) |
| |
| static void | rbfsetpoints (rbfmodel s, double[,] xy, int n) |
| |
| static void | rbfsetalgoqnn (rbfmodel s, double q, double z) |
| |
| static void | rbfsetalgomultilayer (rbfmodel s, double rbase, int nlayers, double lambdav) |
| |
| static void | rbfsetlinterm (rbfmodel s) |
| |
| static void | rbfsetconstterm (rbfmodel s) |
| |
| static void | rbfsetzeroterm (rbfmodel s) |
| |
| static void | rbfsetcond (rbfmodel s, double epsort, double epserr, int maxits) |
| |
| static void | rbfbuildmodel (rbfmodel s, rbfreport rep) |
| |
| static double | rbfcalc2 (rbfmodel s, double x0, double x1) |
| |
| static double | rbfcalc3 (rbfmodel s, double x0, double x1, double x2) |
| |
| static void | rbfcalc (rbfmodel s, double[] x, ref double[] y) |
| |
| static void | rbfcalcbuf (rbfmodel s, double[] x, ref double[] y) |
| |
| static void | rbfgridcalc2 (rbfmodel s, double[] x0, int n0, double[] x1, int n1, ref double[,] y) |
| |
| static void | rbfunpack (rbfmodel s, ref int nx, ref int ny, ref double[,] xwr, ref int nc, ref double[,] v) |
| |
| static void | rbfalloc (alglib.serializer s, rbfmodel model) |
| |
| static void | rbfserialize (alglib.serializer s, rbfmodel model) |
| |
| static void | rbfunserialize (alglib.serializer s, rbfmodel model) |
| |
|
| static void | rbfgridregular (rbfmodel s, double h) |
| |
| static void | rbfgridpoints (rbfmodel s) |
| |
| static void | rbfgridspecial (rbfmodel s, double[,] cxy, int nc) |
| |
| static void | rbfradfixed (rbfmodel s, double r) |
| |
| static void | rbfradnn (rbfmodel s, double q, double z) |
| |
| static bool | buildlinearmodel (double[,] x, ref double[,] y, int n, int ny, int modeltype, ref double[,] v) |
| |
| static void | buildrbfmodellsqr (double[,] x, ref double[,] y, double[,] xc, double[] r, int n, int nc, int ny, nearestneighbor.kdtree pointstree, nearestneighbor.kdtree centerstree, double epsort, double epserr, int maxits, ref int gnnz, ref int snnz, ref double[,] w, ref int info, ref int iterationscount, ref int nmv) |
| |
| static void | buildrbfmlayersmodellsqr (double[,] x, ref double[,] y, ref double[,] xc, double rval, ref double[] r, int n, ref int nc, int ny, int nlayers, nearestneighbor.kdtree centerstree, double epsort, double epserr, int maxits, double lambdav, ref int annz, ref double[,] w, ref int info, ref int iterationscount, ref int nmv) |
| |
| static void | rbfgridpoints (rbfmodel s) |
| |
| static void | rbfradnn (rbfmodel s, double q, double z) |
| |
| static bool | buildlinearmodel (double[,] x, ref double[,] y, int n, int ny, int modeltype, ref double[,] v) |
| |
| static void | buildrbfmodellsqr (double[,] x, ref double[,] y, double[,] xc, double[] r, int n, int nc, int ny, nearestneighbor.kdtree pointstree, nearestneighbor.kdtree centerstree, double epsort, double epserr, int maxits, ref int gnnz, ref int snnz, ref double[,] w, ref int info, ref int iterationscount, ref int nmv) |
| |
| static void | buildrbfmlayersmodellsqr (double[,] x, ref double[,] y, ref double[,] xc, double rval, ref double[] r, int n, ref int nc, int ny, int nlayers, nearestneighbor.kdtree centerstree, double epsort, double epserr, int maxits, double lambdav, ref int annz, ref double[,] w, ref int info, ref int iterationscount, ref int nmv) |
| |