C# Class Coon.Compass.Procyon.alglib.alglib.lincg

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
lincgcreate ( int n, lincgstate state ) : void
lincgiteration ( lincgstate state ) : bool
lincgrestart ( lincgstate state ) : void
lincgresults ( lincgstate state, double &x, lincgreport rep ) : void
lincgsetb ( lincgstate state, double b ) : void
lincgsetcond ( lincgstate state, double epsf, int maxits ) : void
lincgsetprecdiag ( lincgstate state ) : void
lincgsetprecunit ( lincgstate state ) : void
lincgsetrestartfreq ( lincgstate state, int srf ) : void
lincgsetrupdatefreq ( lincgstate state, int freq ) : void
lincgsetstartingpoint ( lincgstate state, double x ) : void
lincgsetxrep ( lincgstate state, bool needxrep ) : void
lincgsolvesparse ( lincgstate state, sparse a, bool isupper, double b ) : void

Private Methods

Method Description
clearrfields ( lincgstate state ) : void
updateitersdata ( lincgstate state ) : void

Method Details

lincgcreate() public static method

public static lincgcreate ( int n, lincgstate state ) : void
n int
state lincgstate
return void

lincgiteration() public static method

public static lincgiteration ( lincgstate state ) : bool
state lincgstate
return bool

lincgrestart() public static method

public static lincgrestart ( lincgstate state ) : void
state lincgstate
return void

lincgresults() public static method

public static lincgresults ( lincgstate state, double &x, lincgreport rep ) : void
state lincgstate
x double
rep lincgreport
return void

lincgsetb() public static method

public static lincgsetb ( lincgstate state, double b ) : void
state lincgstate
b double
return void

lincgsetcond() public static method

public static lincgsetcond ( lincgstate state, double epsf, int maxits ) : void
state lincgstate
epsf double
maxits int
return void

lincgsetprecdiag() public static method

public static lincgsetprecdiag ( lincgstate state ) : void
state lincgstate
return void

lincgsetprecunit() public static method

public static lincgsetprecunit ( lincgstate state ) : void
state lincgstate
return void

lincgsetrestartfreq() public static method

public static lincgsetrestartfreq ( lincgstate state, int srf ) : void
state lincgstate
srf int
return void

lincgsetrupdatefreq() public static method

public static lincgsetrupdatefreq ( lincgstate state, int freq ) : void
state lincgstate
freq int
return void

lincgsetstartingpoint() public static method

public static lincgsetstartingpoint ( lincgstate state, double x ) : void
state lincgstate
x double
return void

lincgsetxrep() public static method

public static lincgsetxrep ( lincgstate state, bool needxrep ) : void
state lincgstate
needxrep bool
return void

lincgsolvesparse() public static method

public static lincgsolvesparse ( lincgstate state, sparse a, bool isupper, double b ) : void
state lincgstate
a sparse
isupper bool
b double
return void