|
static bool | rmatrixscaledtrsafesolve (double[,] a, double sa, int n, ref double[] x, bool isupper, int trans, bool isunit, double maxgrowth) |
|
static bool | cmatrixscaledtrsafesolve (complex[,] a, double sa, int n, ref complex[] x, bool isupper, int trans, bool isunit, double maxgrowth) |
|
static bool | rmatrixscaledtrsafesolve (double[,] a, double sa, int n, ref double[] x, bool isupper, int trans, bool isunit, double maxgrowth) |
|
static bool | cmatrixscaledtrsafesolve (complex[,] a, double sa, int n, ref complex[] x, bool isupper, int trans, bool isunit, double maxgrowth) |
|
|
static bool | cbasicsolveandupdate (complex alpha, complex beta, double lnmax, double bnorm, double maxgrowth, ref double xnorm, ref complex x) |
|
static bool | cbasicsolveandupdate (complex alpha, complex beta, double lnmax, double bnorm, double maxgrowth, ref double xnorm, ref complex x) |
|
static bool alglib.safesolve.rmatrixscaledtrsafesolve |
( |
double |
a[,], |
|
|
double |
sa, |
|
|
int |
n, |
|
|
ref double[] |
x, |
|
|
bool |
isupper, |
|
|
int |
trans, |
|
|
bool |
isunit, |
|
|
double |
maxgrowth |
|
) |
| |
|
inlinestatic |
static bool alglib.safesolve.cmatrixscaledtrsafesolve |
( |
complex |
a[,], |
|
|
double |
sa, |
|
|
int |
n, |
|
|
ref complex[] |
x, |
|
|
bool |
isupper, |
|
|
int |
trans, |
|
|
bool |
isunit, |
|
|
double |
maxgrowth |
|
) |
| |
|
inlinestatic |
static bool alglib.safesolve.cbasicsolveandupdate |
( |
complex |
alpha, |
|
|
complex |
beta, |
|
|
double |
lnmax, |
|
|
double |
bnorm, |
|
|
double |
maxgrowth, |
|
|
ref double |
xnorm, |
|
|
ref complex |
x |
|
) |
| |
|
inlinestaticprivate |
static bool alglib.safesolve.rmatrixscaledtrsafesolve |
( |
double |
a[,], |
|
|
double |
sa, |
|
|
int |
n, |
|
|
ref double[] |
x, |
|
|
bool |
isupper, |
|
|
int |
trans, |
|
|
bool |
isunit, |
|
|
double |
maxgrowth |
|
) |
| |
|
inlinestatic |
static bool alglib.safesolve.cmatrixscaledtrsafesolve |
( |
complex |
a[,], |
|
|
double |
sa, |
|
|
int |
n, |
|
|
ref complex[] |
x, |
|
|
bool |
isupper, |
|
|
int |
trans, |
|
|
bool |
isunit, |
|
|
double |
maxgrowth |
|
) |
| |
|
inlinestatic |
static bool alglib.safesolve.cbasicsolveandupdate |
( |
complex |
alpha, |
|
|
complex |
beta, |
|
|
double |
lnmax, |
|
|
double |
bnorm, |
|
|
double |
maxgrowth, |
|
|
ref double |
xnorm, |
|
|
ref complex |
x |
|
) |
| |
|
inlinestaticprivate |
The documentation for this class was generated from the following file: