IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
alglib.idwint Class Reference

Classes

class  idwinterpolant
 

Static Public Member Functions

static double idwcalc (idwinterpolant z, double[] x)
 
static void idwbuildmodifiedshepard (double[,] xy, int n, int nx, int d, int nq, int nw, idwinterpolant z)
 
static void idwbuildmodifiedshepardr (double[,] xy, int n, int nx, double r, idwinterpolant z)
 
static void idwbuildnoisy (double[,] xy, int n, int nx, int d, int nq, int nw, idwinterpolant z)
 
static double idwcalc (idwinterpolant z, double[] x)
 
static void idwbuildmodifiedshepard (double[,] xy, int n, int nx, int d, int nq, int nw, idwinterpolant z)
 
static void idwbuildmodifiedshepardr (double[,] xy, int n, int nx, double r, idwinterpolant z)
 
static void idwbuildnoisy (double[,] xy, int n, int nx, int d, int nq, int nw, idwinterpolant z)
 

Public Attributes

const double idwqfactor = 1.5
 
const int idwkmin = 5
 

Static Private Member Functions

static double idwcalcq (idwinterpolant z, double[] x, int k)
 
static void idwinit1 (int n, int nx, int d, int nq, int nw, idwinterpolant z)
 
static void idwinternalsolver (ref double[] y, ref double[] w, ref double[,] fmatrix, ref double[] temp, int n, int m, ref int info, ref double[] x, ref double taskrcond)
 
static double idwcalcq (idwinterpolant z, double[] x, int k)
 
static void idwinit1 (int n, int nx, int d, int nq, int nw, idwinterpolant z)
 
static void idwinternalsolver (ref double[] y, ref double[] w, ref double[,] fmatrix, ref double[] temp, int n, int m, ref int info, ref double[] x, ref double taskrcond)
 

Member Function Documentation

static double alglib.idwint.idwcalcq ( idwinterpolant  z,
double[]  x,
int  k 
)
inlinestaticprivate
static void alglib.idwint.idwinternalsolver ( ref double[]  y,
ref double[]  w,
ref double  fmatrix[,],
ref double[]  temp,
int  n,
int  m,
ref int  info,
ref double[]  x,
ref double  taskrcond 
)
inlinestaticprivate
static void alglib.idwint.idwbuildmodifiedshepardr ( double  xy[,],
int  n,
int  nx,
double  r,
idwinterpolant  z 
)
inlinestatic
static double alglib.idwint.idwcalcq ( idwinterpolant  z,
double[]  x,
int  k 
)
inlinestaticprivate
static void alglib.idwint.idwinit1 ( int  n,
int  nx,
int  d,
int  nq,
int  nw,
idwinterpolant  z 
)
inlinestaticprivate
static void alglib.idwint.idwinternalsolver ( ref double[]  y,
ref double[]  w,
ref double  fmatrix[,],
ref double[]  temp,
int  n,
int  m,
ref int  info,
ref double[]  x,
ref double  taskrcond 
)
inlinestaticprivate

Member Data Documentation

const double alglib.idwint.idwqfactor = 1.5
const int alglib.idwint.idwkmin = 5

The documentation for this class was generated from the following file: