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

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
cmatrixscaledtrsafesolve ( complex a, double sa, int n, complex &x, bool isupper, int trans, bool isunit, double maxgrowth ) : bool
rmatrixscaledtrsafesolve ( double a, double sa, int n, double &x, bool isupper, int trans, bool isunit, double maxgrowth ) : bool

Private Methods

Method Description
cbasicsolveandupdate ( complex alpha, complex beta, double lnmax, double bnorm, double maxgrowth, double &xnorm, complex &x ) : bool

Method Details

cmatrixscaledtrsafesolve() public static method

public static cmatrixscaledtrsafesolve ( complex a, double sa, int n, complex &x, bool isupper, int trans, bool isunit, double maxgrowth ) : bool
a complex
sa double
n int
x complex
isupper bool
trans int
isunit bool
maxgrowth double
return bool

rmatrixscaledtrsafesolve() public static method

public static rmatrixscaledtrsafesolve ( double a, double sa, int n, double &x, bool isupper, int trans, bool isunit, double maxgrowth ) : bool
a double
sa double
n int
x double
isupper bool
trans int
isunit bool
maxgrowth double
return bool