C# Класс Coon.Compass.Procyon.alglib.alglib.nleq

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
clearrequestfields ( nleqstate state ) : void
decreaselambda ( double &lambdav, double &nu, double lambdadown ) : void
increaselambda ( double &lambdav, double &nu, double lambdaup ) : bool

Описание методов

nleqcreatelm() публичный статический Метод

public static nleqcreatelm ( int n, int m, double x, nleqstate state ) : void
n int
m int
x double
state nleqstate
Результат void

nleqiteration() публичный статический Метод

public static nleqiteration ( nleqstate state ) : bool
state nleqstate
Результат bool

nleqrestartfrom() публичный статический Метод

public static nleqrestartfrom ( nleqstate state, double x ) : void
state nleqstate
x double
Результат void

nleqresults() публичный статический Метод

public static nleqresults ( nleqstate state, double &x, nleqreport rep ) : void
state nleqstate
x double
rep nleqreport
Результат void

nleqresultsbuf() публичный статический Метод

public static nleqresultsbuf ( nleqstate state, double &x, nleqreport rep ) : void
state nleqstate
x double
rep nleqreport
Результат void

nleqsetcond() публичный статический Метод

public static nleqsetcond ( nleqstate state, double epsf, int maxits ) : void
state nleqstate
epsf double
maxits int
Результат void

nleqsetstpmax() публичный статический Метод

public static nleqsetstpmax ( nleqstate state, double stpmax ) : void
state nleqstate
stpmax double
Результат void

nleqsetxrep() публичный статический Метод

public static nleqsetxrep ( nleqstate state, bool needxrep ) : void
state nleqstate
needxrep bool
Результат void