C# Class Coon.Compass.Procyon.alglib.alglib.idwint.idwinterpolant

Inheritance: apobject
Show file Open project: dbaileychess/Compass

Public Properties

Property Type Description
d int
debugbestrcond double
debugsolverfailures int
debugworstrcond double
modeltype int
n int
nw int
nx int
q ].double[
r double
rbuf double[]
tbuf int[]
tree nearestneighbor.kdtree
xbuf double[]
xybuf ].double[

Public Methods

Method Description
idwinterpolant ( ) : System
init ( ) : void
make_copy ( ) : alglib.apobject

Method Details

idwinterpolant() public method

public idwinterpolant ( ) : System
return System

init() public method

public init ( ) : void
return void

make_copy() public method

public make_copy ( ) : alglib.apobject
return alglib.apobject

Property Details

d public property

public int d
return int

debugbestrcond public property

public double debugbestrcond
return double

debugsolverfailures public property

public int debugsolverfailures
return int

debugworstrcond public property

public double debugworstrcond
return double

modeltype public property

public int modeltype
return int

n public property

public int n
return int

nw public property

public int nw
return int

nx public property

public int nx
return int

q public property

public double[,] q
return ].double[

r public property

public double r
return double

rbuf public property

public double[] rbuf
return double[]

tbuf public property

public int[] tbuf
return int[]

tree public property

public nearestneighbor.kdtree tree
return nearestneighbor.kdtree

xbuf public property

public double[] xbuf
return double[]

xybuf public property

public double[,] xybuf
return ].double[