|
static void | rmatrixlu (ref double[,] a, int m, int n, ref int[] pivots) |
|
static void | cmatrixlu (ref complex[,] a, int m, int n, ref int[] pivots) |
|
static bool | hpdmatrixcholesky (ref complex[,] a, int n, bool isupper) |
|
static bool | spdmatrixcholesky (ref double[,] a, int n, bool isupper) |
|
static void | rmatrixlup (ref double[,] a, int m, int n, ref int[] pivots) |
|
static void | cmatrixlup (ref complex[,] a, int m, int n, ref int[] pivots) |
|
static void | rmatrixplu (ref double[,] a, int m, int n, ref int[] pivots) |
|
static void | cmatrixplu (ref complex[,] a, int m, int n, ref int[] pivots) |
|
static bool | spdmatrixcholeskyrec (ref double[,] a, int offs, int n, bool isupper, ref double[] tmp) |
|
static void | rmatrixlu (ref double[,] a, int m, int n, ref int[] pivots) |
|
static void | cmatrixlu (ref complex[,] a, int m, int n, ref int[] pivots) |
|
static bool | hpdmatrixcholesky (ref complex[,] a, int n, bool isupper) |
|
static bool | spdmatrixcholesky (ref double[,] a, int n, bool isupper) |
|
static void | rmatrixlup (ref double[,] a, int m, int n, ref int[] pivots) |
|
static void | cmatrixlup (ref complex[,] a, int m, int n, ref int[] pivots) |
|
static void | rmatrixplu (ref double[,] a, int m, int n, ref int[] pivots) |
|
static void | cmatrixplu (ref complex[,] a, int m, int n, ref int[] pivots) |
|
static bool | spdmatrixcholeskyrec (ref double[,] a, int offs, int n, bool isupper, ref double[] tmp) |
|
|
static void | cmatrixluprec (ref complex[,] a, int offs, int m, int n, ref int[] pivots, ref complex[] tmp) |
|
static void | rmatrixluprec (ref double[,] a, int offs, int m, int n, ref int[] pivots, ref double[] tmp) |
|
static void | cmatrixplurec (ref complex[,] a, int offs, int m, int n, ref int[] pivots, ref complex[] tmp) |
|
static void | rmatrixplurec (ref double[,] a, int offs, int m, int n, ref int[] pivots, ref double[] tmp) |
|
static void | cmatrixlup2 (ref complex[,] a, int offs, int m, int n, ref int[] pivots, ref complex[] tmp) |
|
static void | rmatrixlup2 (ref double[,] a, int offs, int m, int n, ref int[] pivots, ref double[] tmp) |
|
static void | cmatrixplu2 (ref complex[,] a, int offs, int m, int n, ref int[] pivots, ref complex[] tmp) |
|
static void | rmatrixplu2 (ref double[,] a, int offs, int m, int n, ref int[] pivots, ref double[] tmp) |
|
static bool | hpdmatrixcholeskyrec (ref complex[,] a, int offs, int n, bool isupper, ref complex[] tmp) |
|
static bool | hpdmatrixcholesky2 (ref complex[,] aaa, int offs, int n, bool isupper, ref complex[] tmp) |
|
static bool | spdmatrixcholesky2 (ref double[,] aaa, int offs, int n, bool isupper, ref double[] tmp) |
|
static void | cmatrixluprec (ref complex[,] a, int offs, int m, int n, ref int[] pivots, ref complex[] tmp) |
|
static void | rmatrixluprec (ref double[,] a, int offs, int m, int n, ref int[] pivots, ref double[] tmp) |
|
static void | cmatrixplurec (ref complex[,] a, int offs, int m, int n, ref int[] pivots, ref complex[] tmp) |
|
static void | rmatrixplurec (ref double[,] a, int offs, int m, int n, ref int[] pivots, ref double[] tmp) |
|
static void | cmatrixlup2 (ref complex[,] a, int offs, int m, int n, ref int[] pivots, ref complex[] tmp) |
|
static void | rmatrixlup2 (ref double[,] a, int offs, int m, int n, ref int[] pivots, ref double[] tmp) |
|
static void | cmatrixplu2 (ref complex[,] a, int offs, int m, int n, ref int[] pivots, ref complex[] tmp) |
|
static void | rmatrixplu2 (ref double[,] a, int offs, int m, int n, ref int[] pivots, ref double[] tmp) |
|
static bool | hpdmatrixcholeskyrec (ref complex[,] a, int offs, int n, bool isupper, ref complex[] tmp) |
|
static bool | hpdmatrixcholesky2 (ref complex[,] aaa, int offs, int n, bool isupper, ref complex[] tmp) |
|
static bool | spdmatrixcholesky2 (ref double[,] aaa, int offs, int n, bool isupper, ref double[] tmp) |
|