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

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
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

Private Methods

Method Description
clearrfields ( linlsqrstate state ) : void

Method Details

linlsqrcreate() public static method

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

linlsqriteration() public static method

public static linlsqriteration ( linlsqrstate state ) : bool
state linlsqrstate
return bool

linlsqrrestart() public static method

public static linlsqrrestart ( linlsqrstate state ) : void
state linlsqrstate
return void

linlsqrresults() public static method

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

linlsqrsetb() public static method

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

linlsqrsetcond() public static method

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

linlsqrsetlambdai() public static method

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

linlsqrsetprecdiag() public static method

public static linlsqrsetprecdiag ( linlsqrstate state ) : void
state linlsqrstate
return void

linlsqrsetprecunit() public static method

public static linlsqrsetprecunit ( linlsqrstate state ) : void
state linlsqrstate
return void

linlsqrsetxrep() public static method

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

linlsqrsolvesparse() public static method

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