|
static void | fblscholeskysolve (double[,] cha, double sqrtscalea, int n, bool isupper, ref double[] xb, ref double[] tmp) |
|
static void | fblssolvecgx (double[,] a, int m, int n, double alpha, double[] b, ref double[] x, ref double[] buf) |
|
static void | fblscgcreate (double[] x, double[] b, int n, fblslincgstate state) |
|
static bool | fblscgiteration (fblslincgstate state) |
|
static void | fblssolvels (ref double[,] a, ref double[] b, int m, int n, ref double[] tmp0, ref double[] tmp1, ref double[] tmp2) |
|
static void | fblscholeskysolve (double[,] cha, double sqrtscalea, int n, bool isupper, ref double[] xb, ref double[] tmp) |
|
static void | fblssolvecgx (double[,] a, int m, int n, double alpha, double[] b, ref double[] x, ref double[] buf) |
|
static void | fblscgcreate (double[] x, double[] b, int n, fblslincgstate state) |
|
static bool | fblscgiteration (fblslincgstate state) |
|
static void | fblssolvels (ref double[,] a, ref double[] b, int m, int n, ref double[] tmp0, ref double[] tmp1, ref double[] tmp2) |
|