C# 클래스 Coon.Compass.Procyon.alglib.alglib.nleq

파일 보기 프로젝트 열기: dbaileychess/Compass

공개 메소드들

메소드 설명
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