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

Static Public Member Functions

static bool testortfac (bool silent)
 
static bool testortfac (bool silent)
 
static bool _pexec_testortfac (bool silent)
 

Static Private Member Functions

static double rmatrixdiff (double[,] a, double[,] b, int m, int n)
 
static void rmatrixmakeacopy (double[,] a, int m, int n, ref double[,] b)
 
static void cmatrixmakeacopy (complex[,] a, int m, int n, ref complex[,] b)
 
static void rmatrixfillsparsea (ref double[,] a, int m, int n, double sparcity)
 
static void cmatrixfillsparsea (ref complex[,] a, int m, int n, double sparcity)
 
static void internalmatrixmatrixmultiply (double[,] a, int ai1, int ai2, int aj1, int aj2, bool transa, double[,] b, int bi1, int bi2, int bj1, int bj2, bool transb, ref double[,] c, int ci1, int ci2, int cj1, int cj2)
 
static void testrqrproblem (double[,] a, int m, int n, double threshold, ref bool qrerrors)
 
static void testcqrproblem (complex[,] a, int m, int n, double threshold, ref bool qrerrors)
 
static void testrlqproblem (double[,] a, int m, int n, double threshold, ref bool lqerrors)
 
static void testclqproblem (complex[,] a, int m, int n, double threshold, ref bool lqerrors)
 
static void testrbdproblem (double[,] a, int m, int n, double threshold, ref bool bderrors)
 
static void testrhessproblem (double[,] a, int n, double threshold, ref bool hesserrors)
 
static void testrtdproblem (double[,] a, int n, double threshold, ref bool tderrors)
 
static void testctdproblem (complex[,] a, int n, double threshold, ref bool tderrors)
 
static double rmatrixdiff (double[,] a, double[,] b, int m, int n)
 
static void rmatrixmakeacopy (double[,] a, int m, int n, ref double[,] b)
 
static void cmatrixmakeacopy (complex[,] a, int m, int n, ref complex[,] b)
 
static void rmatrixfillsparsea (ref double[,] a, int m, int n, double sparcity)
 
static void cmatrixfillsparsea (ref complex[,] a, int m, int n, double sparcity)
 
static void internalmatrixmatrixmultiply (double[,] a, int ai1, int ai2, int aj1, int aj2, bool transa, double[,] b, int bi1, int bi2, int bj1, int bj2, bool transb, ref double[,] c, int ci1, int ci2, int cj1, int cj2)
 
static void testrqrproblem (double[,] a, int m, int n, double threshold, ref bool qrerrors)
 
static void testcqrproblem (complex[,] a, int m, int n, double threshold, ref bool qrerrors)
 
static void testrlqproblem (double[,] a, int m, int n, double threshold, ref bool lqerrors)
 
static void testclqproblem (complex[,] a, int m, int n, double threshold, ref bool lqerrors)
 
static void testrbdproblem (double[,] a, int m, int n, double threshold, ref bool bderrors)
 
static void testrhessproblem (double[,] a, int n, double threshold, ref bool hesserrors)
 
static void testrtdproblem (double[,] a, int n, double threshold, ref bool tderrors)
 
static void testctdproblem (complex[,] a, int n, double threshold, ref bool tderrors)
 

Member Function Documentation

static double alglib.testortfacunit.rmatrixdiff ( double  a[,],
double  b[,],
int  m,
int  n 
)
inlinestaticprivate
static void alglib.testortfacunit.rmatrixmakeacopy ( double  a[,],
int  m,
int  n,
ref double  b[,] 
)
inlinestaticprivate
static void alglib.testortfacunit.cmatrixmakeacopy ( complex  a[,],
int  m,
int  n,
ref complex  b[,] 
)
inlinestaticprivate
static void alglib.testortfacunit.rmatrixfillsparsea ( ref double  a[,],
int  m,
int  n,
double  sparcity 
)
inlinestaticprivate
static void alglib.testortfacunit.cmatrixfillsparsea ( ref complex  a[,],
int  m,
int  n,
double  sparcity 
)
inlinestaticprivate
static void alglib.testortfacunit.internalmatrixmatrixmultiply ( double  a[,],
int  ai1,
int  ai2,
int  aj1,
int  aj2,
bool  transa,
double  b[,],
int  bi1,
int  bi2,
int  bj1,
int  bj2,
bool  transb,
ref double  c[,],
int  ci1,
int  ci2,
int  cj1,
int  cj2 
)
inlinestaticprivate
static void alglib.testortfacunit.testrqrproblem ( double  a[,],
int  m,
int  n,
double  threshold,
ref bool  qrerrors 
)
inlinestaticprivate
static void alglib.testortfacunit.testcqrproblem ( complex  a[,],
int  m,
int  n,
double  threshold,
ref bool  qrerrors 
)
inlinestaticprivate
static void alglib.testortfacunit.testrlqproblem ( double  a[,],
int  m,
int  n,
double  threshold,
ref bool  lqerrors 
)
inlinestaticprivate
static void alglib.testortfacunit.testclqproblem ( complex  a[,],
int  m,
int  n,
double  threshold,
ref bool  lqerrors 
)
inlinestaticprivate
static void alglib.testortfacunit.testrhessproblem ( double  a[,],
int  n,
double  threshold,
ref bool  hesserrors 
)
inlinestaticprivate
static void alglib.testortfacunit.testrtdproblem ( double  a[,],
int  n,
double  threshold,
ref bool  tderrors 
)
inlinestaticprivate
static void alglib.testortfacunit.testctdproblem ( complex  a[,],
int  n,
double  threshold,
ref bool  tderrors 
)
inlinestaticprivate
static bool alglib.testortfacunit._pexec_testortfac ( bool  silent)
inlinestatic
static double alglib.testortfacunit.rmatrixdiff ( double  a[,],
double  b[,],
int  m,
int  n 
)
inlinestaticprivate
static void alglib.testortfacunit.rmatrixmakeacopy ( double  a[,],
int  m,
int  n,
ref double  b[,] 
)
inlinestaticprivate
static void alglib.testortfacunit.cmatrixmakeacopy ( complex  a[,],
int  m,
int  n,
ref complex  b[,] 
)
inlinestaticprivate
static void alglib.testortfacunit.rmatrixfillsparsea ( ref double  a[,],
int  m,
int  n,
double  sparcity 
)
inlinestaticprivate
static void alglib.testortfacunit.cmatrixfillsparsea ( ref complex  a[,],
int  m,
int  n,
double  sparcity 
)
inlinestaticprivate
static void alglib.testortfacunit.internalmatrixmatrixmultiply ( double  a[,],
int  ai1,
int  ai2,
int  aj1,
int  aj2,
bool  transa,
double  b[,],
int  bi1,
int  bi2,
int  bj1,
int  bj2,
bool  transb,
ref double  c[,],
int  ci1,
int  ci2,
int  cj1,
int  cj2 
)
inlinestaticprivate
static void alglib.testortfacunit.testrqrproblem ( double  a[,],
int  m,
int  n,
double  threshold,
ref bool  qrerrors 
)
inlinestaticprivate
static void alglib.testortfacunit.testcqrproblem ( complex  a[,],
int  m,
int  n,
double  threshold,
ref bool  qrerrors 
)
inlinestaticprivate
static void alglib.testortfacunit.testrlqproblem ( double  a[,],
int  m,
int  n,
double  threshold,
ref bool  lqerrors 
)
inlinestaticprivate
static void alglib.testortfacunit.testclqproblem ( complex  a[,],
int  m,
int  n,
double  threshold,
ref bool  lqerrors 
)
inlinestaticprivate
static void alglib.testortfacunit.testrhessproblem ( double  a[,],
int  n,
double  threshold,
ref bool  hesserrors 
)
inlinestaticprivate
static void alglib.testortfacunit.testrtdproblem ( double  a[,],
int  n,
double  threshold,
ref bool  tderrors 
)
inlinestaticprivate
static void alglib.testortfacunit.testctdproblem ( complex  a[,],
int  n,
double  threshold,
ref bool  tderrors 
)
inlinestaticprivate

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