|
static bool | cmatrixrank1f (int m, int n, ref complex[,] a, int ia, int ja, ref complex[] u, int iu, ref complex[] v, int iv) |
|
static bool | rmatrixrank1f (int m, int n, ref double[,] a, int ia, int ja, ref double[] u, int iu, ref double[] v, int iv) |
|
static bool | cmatrixmvf (int m, int n, complex[,] a, int ia, int ja, int opa, complex[] x, int ix, ref complex[] y, int iy) |
|
static bool | rmatrixmvf (int m, int n, double[,] a, int ia, int ja, int opa, double[] x, int ix, ref double[] y, int iy) |
|
static bool | cmatrixrighttrsmf (int m, int n, complex[,] a, int i1, int j1, bool isupper, bool isunit, int optype, ref complex[,] x, int i2, int j2) |
|
static bool | cmatrixlefttrsmf (int m, int n, complex[,] a, int i1, int j1, bool isupper, bool isunit, int optype, ref complex[,] x, int i2, int j2) |
|
static bool | rmatrixrighttrsmf (int m, int n, double[,] a, int i1, int j1, bool isupper, bool isunit, int optype, ref double[,] x, int i2, int j2) |
|
static bool | rmatrixlefttrsmf (int m, int n, double[,] a, int i1, int j1, bool isupper, bool isunit, int optype, ref double[,] x, int i2, int j2) |
|
static bool | cmatrixsyrkf (int n, int k, double alpha, complex[,] a, int ia, int ja, int optypea, double beta, ref complex[,] c, int ic, int jc, bool isupper) |
|
static bool | rmatrixsyrkf (int n, int k, double alpha, double[,] a, int ia, int ja, int optypea, double beta, ref double[,] c, int ic, int jc, bool isupper) |
|
static bool | rmatrixgemmf (int m, int n, int k, double alpha, double[,] a, int ia, int ja, int optypea, double[,] b, int ib, int jb, int optypeb, double beta, ref double[,] c, int ic, int jc) |
|
static bool | cmatrixgemmf (int m, int n, int k, complex alpha, complex[,] a, int ia, int ja, int optypea, complex[,] b, int ib, int jb, int optypeb, complex beta, ref complex[,] c, int ic, int jc) |
|
static bool | cmatrixrank1f (int m, int n, ref complex[,] a, int ia, int ja, ref complex[] u, int iu, ref complex[] v, int iv) |
|
static bool | rmatrixrank1f (int m, int n, ref double[,] a, int ia, int ja, ref double[] u, int iu, ref double[] v, int iv) |
|
static bool | cmatrixmvf (int m, int n, complex[,] a, int ia, int ja, int opa, complex[] x, int ix, ref complex[] y, int iy) |
|
static bool | rmatrixmvf (int m, int n, double[,] a, int ia, int ja, int opa, double[] x, int ix, ref double[] y, int iy) |
|
static bool | cmatrixrighttrsmf (int m, int n, complex[,] a, int i1, int j1, bool isupper, bool isunit, int optype, complex[,] x, int i2, int j2) |
|
static bool | cmatrixlefttrsmf (int m, int n, complex[,] a, int i1, int j1, bool isupper, bool isunit, int optype, complex[,] x, int i2, int j2) |
|
static bool | rmatrixrighttrsmf (int m, int n, double[,] a, int i1, int j1, bool isupper, bool isunit, int optype, double[,] x, int i2, int j2) |
|
static bool | rmatrixlefttrsmf (int m, int n, double[,] a, int i1, int j1, bool isupper, bool isunit, int optype, double[,] x, int i2, int j2) |
|
static bool | cmatrixsyrkf (int n, int k, double alpha, complex[,] a, int ia, int ja, int optypea, double beta, complex[,] c, int ic, int jc, bool isupper) |
|
static bool | rmatrixsyrkf (int n, int k, double alpha, double[,] a, int ia, int ja, int optypea, double beta, double[,] c, int ic, int jc, bool isupper) |
|
static bool | rmatrixgemmf (int m, int n, int k, double alpha, double[,] a, int ia, int ja, int optypea, double[,] b, int ib, int jb, int optypeb, double beta, double[,] c, int ic, int jc) |
|
static bool | cmatrixgemmf (int m, int n, int k, complex alpha, complex[,] a, int ia, int ja, int optypea, complex[,] b, int ib, int jb, int optypeb, complex beta, complex[,] c, int ic, int jc) |
|
static void | cmatrixgemmk (int m, int n, int k, complex alpha, complex[,] a, int ia, int ja, int optypea, complex[,] b, int ib, int jb, int optypeb, complex beta, complex[,] c, int ic, int jc) |
|
static void | rmatrixgemmk (int m, int n, int k, double alpha, double[,] a, int ia, int ja, int optypea, double[,] b, int ib, int jb, int optypeb, double beta, double[,] c, int ic, int jc) |
|
static void | rmatrixgemmk44v00 (int m, int n, int k, double alpha, double[,] a, int ia, int ja, double[,] b, int ib, int jb, double beta, double[,] c, int ic, int jc) |
|
static void | rmatrixgemmk44v01 (int m, int n, int k, double alpha, double[,] a, int ia, int ja, double[,] b, int ib, int jb, double beta, double[,] c, int ic, int jc) |
|
static void | rmatrixgemmk44v10 (int m, int n, int k, double alpha, double[,] a, int ia, int ja, double[,] b, int ib, int jb, double beta, double[,] c, int ic, int jc) |
|
static void | rmatrixgemmk44v11 (int m, int n, int k, double alpha, double[,] a, int ia, int ja, double[,] b, int ib, int jb, double beta, double[,] c, int ic, int jc) |
|