|
static void | rmatrixluinverse (ref double[,] a, int[] pivots, int n, ref int info, matinvreport rep) |
|
static void | rmatrixinverse (ref double[,] a, int n, ref int info, matinvreport rep) |
|
static void | cmatrixluinverse (ref complex[,] a, int[] pivots, int n, ref int info, matinvreport rep) |
|
static void | cmatrixinverse (ref complex[,] a, int n, ref int info, matinvreport rep) |
|
static void | spdmatrixcholeskyinverse (ref double[,] a, int n, bool isupper, ref int info, matinvreport rep) |
|
static void | spdmatrixinverse (ref double[,] a, int n, bool isupper, ref int info, matinvreport rep) |
|
static void | hpdmatrixcholeskyinverse (ref complex[,] a, int n, bool isupper, ref int info, matinvreport rep) |
|
static void | hpdmatrixinverse (ref complex[,] a, int n, bool isupper, ref int info, matinvreport rep) |
|
static void | rmatrixtrinverse (ref double[,] a, int n, bool isupper, bool isunit, ref int info, matinvreport rep) |
|
static void | cmatrixtrinverse (ref complex[,] a, int n, bool isupper, bool isunit, ref int info, matinvreport rep) |
|
static void | rmatrixluinverse (ref double[,] a, int[] pivots, int n, ref int info, matinvreport rep) |
|
static void | rmatrixinverse (ref double[,] a, int n, ref int info, matinvreport rep) |
|
static void | cmatrixluinverse (ref complex[,] a, int[] pivots, int n, ref int info, matinvreport rep) |
|
static void | cmatrixinverse (ref complex[,] a, int n, ref int info, matinvreport rep) |
|
static void | spdmatrixcholeskyinverse (ref double[,] a, int n, bool isupper, ref int info, matinvreport rep) |
|
static void | spdmatrixinverse (ref double[,] a, int n, bool isupper, ref int info, matinvreport rep) |
|
static void | hpdmatrixcholeskyinverse (ref complex[,] a, int n, bool isupper, ref int info, matinvreport rep) |
|
static void | hpdmatrixinverse (ref complex[,] a, int n, bool isupper, ref int info, matinvreport rep) |
|
static void | rmatrixtrinverse (ref double[,] a, int n, bool isupper, bool isunit, ref int info, matinvreport rep) |
|
static void | cmatrixtrinverse (ref complex[,] a, int n, bool isupper, bool isunit, ref int info, matinvreport rep) |
|
|
static void | rmatrixtrinverserec (ref double[,] a, int offs, int n, bool isupper, bool isunit, ref double[] tmp, ref int info, matinvreport rep) |
|
static void | cmatrixtrinverserec (ref complex[,] a, int offs, int n, bool isupper, bool isunit, ref complex[] tmp, ref int info, matinvreport rep) |
|
static void | rmatrixluinverserec (ref double[,] a, int offs, int n, ref double[] work, ref int info, matinvreport rep) |
|
static void | cmatrixluinverserec (ref complex[,] a, int offs, int n, ref complex[] work, ref int info, matinvreport rep) |
|
static void | spdmatrixcholeskyinverserec (ref double[,] a, int offs, int n, bool isupper, ref double[] tmp) |
|
static void | hpdmatrixcholeskyinverserec (ref complex[,] a, int offs, int n, bool isupper, ref complex[] tmp) |
|
static void | rmatrixtrinverserec (ref double[,] a, int offs, int n, bool isupper, bool isunit, ref double[] tmp, ref int info, matinvreport rep) |
|
static void | cmatrixtrinverserec (ref complex[,] a, int offs, int n, bool isupper, bool isunit, ref complex[] tmp, ref int info, matinvreport rep) |
|
static void | rmatrixluinverserec (ref double[,] a, int offs, int n, ref double[] work, ref int info, matinvreport rep) |
|
static void | cmatrixluinverserec (ref complex[,] a, int offs, int n, ref complex[] work, ref int info, matinvreport rep) |
|
static void | spdmatrixcholeskyinverserec (ref double[,] a, int offs, int n, bool isupper, ref double[] tmp) |
|
static void | hpdmatrixcholeskyinverserec (ref complex[,] a, int offs, int n, bool isupper, ref complex[] tmp) |
|