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

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

공개 메소드들

메소드 설명
linlsqrcreate ( int m, int n, linlsqrstate state ) : void
linlsqriteration ( linlsqrstate state ) : bool
linlsqrrestart ( linlsqrstate state ) : void
linlsqrresults ( linlsqrstate state, double &x, linlsqrreport rep ) : void
linlsqrsetb ( linlsqrstate state, double b ) : void
linlsqrsetcond ( linlsqrstate state, double epsa, double epsb, int maxits ) : void
linlsqrsetlambdai ( linlsqrstate state, double lambdai ) : void
linlsqrsetprecdiag ( linlsqrstate state ) : void
linlsqrsetprecunit ( linlsqrstate state ) : void
linlsqrsetxrep ( linlsqrstate state, bool needxrep ) : void
linlsqrsolvesparse ( linlsqrstate state, sparse a, double b ) : void

비공개 메소드들

메소드 설명
clearrfields ( linlsqrstate state ) : void

메소드 상세

linlsqrcreate() 공개 정적인 메소드

public static linlsqrcreate ( int m, int n, linlsqrstate state ) : void
m int
n int
state linlsqrstate
리턴 void

linlsqriteration() 공개 정적인 메소드

public static linlsqriteration ( linlsqrstate state ) : bool
state linlsqrstate
리턴 bool

linlsqrrestart() 공개 정적인 메소드

public static linlsqrrestart ( linlsqrstate state ) : void
state linlsqrstate
리턴 void

linlsqrresults() 공개 정적인 메소드

public static linlsqrresults ( linlsqrstate state, double &x, linlsqrreport rep ) : void
state linlsqrstate
x double
rep linlsqrreport
리턴 void

linlsqrsetb() 공개 정적인 메소드

public static linlsqrsetb ( linlsqrstate state, double b ) : void
state linlsqrstate
b double
리턴 void

linlsqrsetcond() 공개 정적인 메소드

public static linlsqrsetcond ( linlsqrstate state, double epsa, double epsb, int maxits ) : void
state linlsqrstate
epsa double
epsb double
maxits int
리턴 void

linlsqrsetlambdai() 공개 정적인 메소드

public static linlsqrsetlambdai ( linlsqrstate state, double lambdai ) : void
state linlsqrstate
lambdai double
리턴 void

linlsqrsetprecdiag() 공개 정적인 메소드

public static linlsqrsetprecdiag ( linlsqrstate state ) : void
state linlsqrstate
리턴 void

linlsqrsetprecunit() 공개 정적인 메소드

public static linlsqrsetprecunit ( linlsqrstate state ) : void
state linlsqrstate
리턴 void

linlsqrsetxrep() 공개 정적인 메소드

public static linlsqrsetxrep ( linlsqrstate state, bool needxrep ) : void
state linlsqrstate
needxrep bool
리턴 void

linlsqrsolvesparse() 공개 정적인 메소드

public static linlsqrsolvesparse ( linlsqrstate state, sparse a, double b ) : void
state linlsqrstate
a sparse
b double
리턴 void