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.trfac Class Reference

Static Public Member Functions

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 Private Member Functions

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)
 

Member Function Documentation

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

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