|
static void | rmatrixtrsafesolve (double[,] a, int n, ref double[] x, ref double s, bool isupper, bool istrans, bool isunit) |
|
static void | safesolvetriangular (double[,] a, int n, ref double[] x, ref double s, bool isupper, bool istrans, bool isunit, bool normin, ref double[] cnorm) |
|
static void | rmatrixtrsafesolve (double[,] a, int n, ref double[] x, ref double s, bool isupper, bool istrans, bool isunit) |
|
static void | safesolvetriangular (double[,] a, int n, ref double[] x, ref double s, bool isupper, bool istrans, bool isunit, bool normin, ref double[] cnorm) |
|
static void alglib.trlinsolve.rmatrixtrsafesolve |
( |
double |
a[,], |
|
|
int |
n, |
|
|
ref double[] |
x, |
|
|
ref double |
s, |
|
|
bool |
isupper, |
|
|
bool |
istrans, |
|
|
bool |
isunit |
|
) |
| |
|
inlinestatic |
static void alglib.trlinsolve.safesolvetriangular |
( |
double |
a[,], |
|
|
int |
n, |
|
|
ref double[] |
x, |
|
|
ref double |
s, |
|
|
bool |
isupper, |
|
|
bool |
istrans, |
|
|
bool |
isunit, |
|
|
bool |
normin, |
|
|
ref double[] |
cnorm |
|
) |
| |
|
inlinestatic |
static void alglib.trlinsolve.rmatrixtrsafesolve |
( |
double |
a[,], |
|
|
int |
n, |
|
|
ref double[] |
x, |
|
|
ref double |
s, |
|
|
bool |
isupper, |
|
|
bool |
istrans, |
|
|
bool |
isunit |
|
) |
| |
|
inlinestatic |
static void alglib.trlinsolve.safesolvetriangular |
( |
double |
a[,], |
|
|
int |
n, |
|
|
ref double[] |
x, |
|
|
ref double |
s, |
|
|
bool |
isupper, |
|
|
bool |
istrans, |
|
|
bool |
isunit, |
|
|
bool |
normin, |
|
|
ref double[] |
cnorm |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: