|
static void | rmatrixsolve (double[,] a, int n, double[] b, ref int info, densesolverreport rep, ref double[] x) |
|
static void | rmatrixsolvem (double[,] a, int n, double[,] b, int m, bool rfs, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | rmatrixlusolve (double[,] lua, int[] p, int n, double[] b, ref int info, densesolverreport rep, ref double[] x) |
|
static void | rmatrixlusolvem (double[,] lua, int[] p, int n, double[,] b, int m, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | rmatrixmixedsolve (double[,] a, double[,] lua, int[] p, int n, double[] b, ref int info, densesolverreport rep, ref double[] x) |
|
static void | rmatrixmixedsolvem (double[,] a, double[,] lua, int[] p, int n, double[,] b, int m, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | cmatrixsolvem (complex[,] a, int n, complex[,] b, int m, bool rfs, ref int info, densesolverreport rep, ref complex[,] x) |
|
static void | cmatrixsolve (complex[,] a, int n, complex[] b, ref int info, densesolverreport rep, ref complex[] x) |
|
static void | cmatrixlusolvem (complex[,] lua, int[] p, int n, complex[,] b, int m, ref int info, densesolverreport rep, ref complex[,] x) |
|
static void | cmatrixlusolve (complex[,] lua, int[] p, int n, complex[] b, ref int info, densesolverreport rep, ref complex[] x) |
|
static void | cmatrixmixedsolvem (complex[,] a, complex[,] lua, int[] p, int n, complex[,] b, int m, ref int info, densesolverreport rep, ref complex[,] x) |
|
static void | cmatrixmixedsolve (complex[,] a, complex[,] lua, int[] p, int n, complex[] b, ref int info, densesolverreport rep, ref complex[] x) |
|
static void | spdmatrixsolvem (double[,] a, int n, bool isupper, double[,] b, int m, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | spdmatrixsolve (double[,] a, int n, bool isupper, double[] b, ref int info, densesolverreport rep, ref double[] x) |
|
static void | spdmatrixcholeskysolvem (double[,] cha, int n, bool isupper, double[,] b, int m, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | spdmatrixcholeskysolve (double[,] cha, int n, bool isupper, double[] b, ref int info, densesolverreport rep, ref double[] x) |
|
static void | hpdmatrixsolvem (complex[,] a, int n, bool isupper, complex[,] b, int m, ref int info, densesolverreport rep, ref complex[,] x) |
|
static void | hpdmatrixsolve (complex[,] a, int n, bool isupper, complex[] b, ref int info, densesolverreport rep, ref complex[] x) |
|
static void | hpdmatrixcholeskysolvem (complex[,] cha, int n, bool isupper, complex[,] b, int m, ref int info, densesolverreport rep, ref complex[,] x) |
|
static void | hpdmatrixcholeskysolve (complex[,] cha, int n, bool isupper, complex[] b, ref int info, densesolverreport rep, ref complex[] x) |
|
static void | rmatrixsolvels (double[,] a, int nrows, int ncols, double[] b, double threshold, ref int info, densesolverlsreport rep, ref double[] x) |
|
static void | rmatrixsolve (double[,] a, int n, double[] b, ref int info, densesolverreport rep, ref double[] x) |
|
static void | rmatrixsolvem (double[,] a, int n, double[,] b, int m, bool rfs, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | rmatrixlusolve (double[,] lua, int[] p, int n, double[] b, ref int info, densesolverreport rep, ref double[] x) |
|
static void | rmatrixlusolvem (double[,] lua, int[] p, int n, double[,] b, int m, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | rmatrixmixedsolve (double[,] a, double[,] lua, int[] p, int n, double[] b, ref int info, densesolverreport rep, ref double[] x) |
|
static void | rmatrixmixedsolvem (double[,] a, double[,] lua, int[] p, int n, double[,] b, int m, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | cmatrixsolvem (complex[,] a, int n, complex[,] b, int m, bool rfs, ref int info, densesolverreport rep, ref complex[,] x) |
|
static void | cmatrixsolve (complex[,] a, int n, complex[] b, ref int info, densesolverreport rep, ref complex[] x) |
|
static void | cmatrixlusolvem (complex[,] lua, int[] p, int n, complex[,] b, int m, ref int info, densesolverreport rep, ref complex[,] x) |
|
static void | cmatrixlusolve (complex[,] lua, int[] p, int n, complex[] b, ref int info, densesolverreport rep, ref complex[] x) |
|
static void | cmatrixmixedsolvem (complex[,] a, complex[,] lua, int[] p, int n, complex[,] b, int m, ref int info, densesolverreport rep, ref complex[,] x) |
|
static void | cmatrixmixedsolve (complex[,] a, complex[,] lua, int[] p, int n, complex[] b, ref int info, densesolverreport rep, ref complex[] x) |
|
static void | spdmatrixsolvem (double[,] a, int n, bool isupper, double[,] b, int m, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | spdmatrixsolve (double[,] a, int n, bool isupper, double[] b, ref int info, densesolverreport rep, ref double[] x) |
|
static void | spdmatrixcholeskysolvem (double[,] cha, int n, bool isupper, double[,] b, int m, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | spdmatrixcholeskysolve (double[,] cha, int n, bool isupper, double[] b, ref int info, densesolverreport rep, ref double[] x) |
|
static void | hpdmatrixsolvem (complex[,] a, int n, bool isupper, complex[,] b, int m, ref int info, densesolverreport rep, ref complex[,] x) |
|
static void | hpdmatrixsolve (complex[,] a, int n, bool isupper, complex[] b, ref int info, densesolverreport rep, ref complex[] x) |
|
static void | hpdmatrixcholeskysolvem (complex[,] cha, int n, bool isupper, complex[,] b, int m, ref int info, densesolverreport rep, ref complex[,] x) |
|
static void | hpdmatrixcholeskysolve (complex[,] cha, int n, bool isupper, complex[] b, ref int info, densesolverreport rep, ref complex[] x) |
|
static void | rmatrixsolvels (double[,] a, int nrows, int ncols, double[] b, double threshold, ref int info, densesolverlsreport rep, ref double[] x) |
|
|
static void | rmatrixlusolveinternal (double[,] lua, int[] p, double scalea, int n, double[,] a, bool havea, double[,] b, int m, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | spdmatrixcholeskysolveinternal (double[,] cha, double sqrtscalea, int n, bool isupper, double[,] a, bool havea, double[,] b, int m, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | cmatrixlusolveinternal (complex[,] lua, int[] p, double scalea, int n, complex[,] a, bool havea, complex[,] b, int m, ref int info, densesolverreport rep, ref complex[,] x) |
|
static void | hpdmatrixcholeskysolveinternal (complex[,] cha, double sqrtscalea, int n, bool isupper, complex[,] a, bool havea, complex[,] b, int m, ref int info, densesolverreport rep, ref complex[,] x) |
|
static int | densesolverrfsmax (int n, double r1, double rinf) |
|
static int | densesolverrfsmaxv2 (int n, double r2) |
|
static void | rbasiclusolve (double[,] lua, int[] p, double scalea, int n, ref double[] xb, ref double[] tmp) |
|
static void | spdbasiccholeskysolve (double[,] cha, double sqrtscalea, int n, bool isupper, ref double[] xb, ref double[] tmp) |
|
static void | cbasiclusolve (complex[,] lua, int[] p, double scalea, int n, ref complex[] xb, ref complex[] tmp) |
|
static void | hpdbasiccholeskysolve (complex[,] cha, double sqrtscalea, int n, bool isupper, ref complex[] xb, ref complex[] tmp) |
|
static void | rmatrixlusolveinternal (double[,] lua, int[] p, double scalea, int n, double[,] a, bool havea, double[,] b, int m, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | spdmatrixcholeskysolveinternal (double[,] cha, double sqrtscalea, int n, bool isupper, double[,] a, bool havea, double[,] b, int m, ref int info, densesolverreport rep, ref double[,] x) |
|
static void | cmatrixlusolveinternal (complex[,] lua, int[] p, double scalea, int n, complex[,] a, bool havea, complex[,] b, int m, ref int info, densesolverreport rep, ref complex[,] x) |
|
static void | hpdmatrixcholeskysolveinternal (complex[,] cha, double sqrtscalea, int n, bool isupper, complex[,] a, bool havea, complex[,] b, int m, ref int info, densesolverreport rep, ref complex[,] x) |
|
static int | densesolverrfsmax (int n, double r1, double rinf) |
|
static int | densesolverrfsmaxv2 (int n, double r2) |
|
static void | rbasiclusolve (double[,] lua, int[] p, double scalea, int n, ref double[] xb, ref double[] tmp) |
|
static void | spdbasiccholeskysolve (double[,] cha, double sqrtscalea, int n, bool isupper, ref double[] xb, ref double[] tmp) |
|
static void | cbasiclusolve (complex[,] lua, int[] p, double scalea, int n, ref complex[] xb, ref complex[] tmp) |
|
static void | hpdbasiccholeskysolve (complex[,] cha, double sqrtscalea, int n, bool isupper, ref complex[] xb, ref complex[] tmp) |
|