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

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
nleqcreatelm ( int n, int m, double x, nleqstate state ) : void
nleqiteration ( nleqstate state ) : bool
nleqrestartfrom ( nleqstate state, double x ) : void
nleqresults ( nleqstate state, double &x, nleqreport rep ) : void
nleqresultsbuf ( nleqstate state, double &x, nleqreport rep ) : void
nleqsetcond ( nleqstate state, double epsf, int maxits ) : void
nleqsetstpmax ( nleqstate state, double stpmax ) : void
nleqsetxrep ( nleqstate state, bool needxrep ) : void

Private Methods

Method Description
clearrequestfields ( nleqstate state ) : void
decreaselambda ( double &lambdav, double &nu, double lambdadown ) : void
increaselambda ( double &lambdav, double &nu, double lambdaup ) : bool

Method Details

nleqcreatelm() public static method

public static nleqcreatelm ( int n, int m, double x, nleqstate state ) : void
n int
m int
x double
state nleqstate
return void

nleqiteration() public static method

public static nleqiteration ( nleqstate state ) : bool
state nleqstate
return bool

nleqrestartfrom() public static method

public static nleqrestartfrom ( nleqstate state, double x ) : void
state nleqstate
x double
return void

nleqresults() public static method

public static nleqresults ( nleqstate state, double &x, nleqreport rep ) : void
state nleqstate
x double
rep nleqreport
return void

nleqresultsbuf() public static method

public static nleqresultsbuf ( nleqstate state, double &x, nleqreport rep ) : void
state nleqstate
x double
rep nleqreport
return void

nleqsetcond() public static method

public static nleqsetcond ( nleqstate state, double epsf, int maxits ) : void
state nleqstate
epsf double
maxits int
return void

nleqsetstpmax() public static method

public static nleqsetstpmax ( nleqstate state, double stpmax ) : void
state nleqstate
stpmax double
return void

nleqsetxrep() public static method

public static nleqsetxrep ( nleqstate state, bool needxrep ) : void
state nleqstate
needxrep bool
return void