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

Afficher le fichier Open project: dbaileychess/Compass

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static nleqcreatelm ( int n, int m, double x, nleqstate state ) : void
n int
m int
x double
state nleqstate
Résultat void

nleqiteration() public static méthode

public static nleqiteration ( nleqstate state ) : bool
state nleqstate
Résultat bool

nleqrestartfrom() public static méthode

public static nleqrestartfrom ( nleqstate state, double x ) : void
state nleqstate
x double
Résultat void

nleqresults() public static méthode

public static nleqresults ( nleqstate state, double &x, nleqreport rep ) : void
state nleqstate
x double
rep nleqreport
Résultat void

nleqresultsbuf() public static méthode

public static nleqresultsbuf ( nleqstate state, double &x, nleqreport rep ) : void
state nleqstate
x double
rep nleqreport
Résultat void

nleqsetcond() public static méthode

public static nleqsetcond ( nleqstate state, double epsf, int maxits ) : void
state nleqstate
epsf double
maxits int
Résultat void

nleqsetstpmax() public static méthode

public static nleqsetstpmax ( nleqstate state, double stpmax ) : void
state nleqstate
stpmax double
Résultat void

nleqsetxrep() public static méthode

public static nleqsetxrep ( nleqstate state, bool needxrep ) : void
state nleqstate
needxrep bool
Résultat void