IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
alglib.matdet Class Reference

Static Public Member Functions

static double rmatrixludet (double[,] a, int[] pivots, int n)
 
static double rmatrixdet (double[,] a, int n)
 
static complex cmatrixludet (complex[,] a, int[] pivots, int n)
 
static complex cmatrixdet (complex[,] a, int n)
 
static double spdmatrixcholeskydet (double[,] a, int n)
 
static double spdmatrixdet (double[,] a, int n, bool isupper)
 
static double rmatrixludet (double[,] a, int[] pivots, int n)
 
static double rmatrixdet (double[,] a, int n)
 
static complex cmatrixludet (complex[,] a, int[] pivots, int n)
 
static complex cmatrixdet (complex[,] a, int n)
 
static double spdmatrixcholeskydet (double[,] a, int n)
 
static double spdmatrixdet (double[,] a, int n, bool isupper)
 

Member Function Documentation

static double alglib.matdet.rmatrixludet ( double  a[,],
int[]  pivots,
int  n 
)
inlinestatic

Referenced by alglib.rmatrixludet().

static double alglib.matdet.rmatrixdet ( double  a[,],
int  n 
)
inlinestatic

Referenced by alglib.rmatrixdet().

static complex alglib.matdet.cmatrixludet ( complex  a[,],
int[]  pivots,
int  n 
)
inlinestatic

Referenced by alglib.cmatrixludet().

static complex alglib.matdet.cmatrixdet ( complex  a[,],
int  n 
)
inlinestatic

Referenced by alglib.cmatrixdet().

static double alglib.matdet.spdmatrixcholeskydet ( double  a[,],
int  n 
)
inlinestatic
static double alglib.matdet.spdmatrixdet ( double  a[,],
int  n,
bool  isupper 
)
inlinestatic

Referenced by alglib.spdmatrixdet().

static double alglib.matdet.rmatrixludet ( double  a[,],
int[]  pivots,
int  n 
)
inlinestatic
static double alglib.matdet.rmatrixdet ( double  a[,],
int  n 
)
inlinestatic
static complex alglib.matdet.cmatrixludet ( complex  a[,],
int[]  pivots,
int  n 
)
inlinestatic
static complex alglib.matdet.cmatrixdet ( complex  a[,],
int  n 
)
inlinestatic
static double alglib.matdet.spdmatrixcholeskydet ( double  a[,],
int  n 
)
inlinestatic
static double alglib.matdet.spdmatrixdet ( double  a[,],
int  n,
bool  isupper 
)
inlinestatic

The documentation for this class was generated from the following file: