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

Static Public Member Functions

static bool testmatgen (bool silent)
 
static bool testmatgen (bool silent)
 
static bool _pexec_testmatgen (bool silent)
 

Public Attributes

const int maxsvditerations = 60
 

Static Private Member Functions

static void unset2d (ref double[,] a)
 
static void unset2dc (ref complex[,] a)
 
static bool isspd (double[,] a, int n, bool isupper)
 
static bool ishpd (complex[,] a, int n)
 
static bool testeult ()
 
static double svdcond (double[,] a, int n)
 
static bool obsoletesvddecomposition (ref double[,] a, int m, int n, ref double[] w, ref double[,] v)
 
static double extsign (double a, double b)
 
static double mymax (double a, double b)
 
static double pythag (double a, double b)
 
static void unset2d (ref double[,] a)
 
static void unset2dc (ref complex[,] a)
 
static bool isspd (double[,] a, int n, bool isupper)
 
static bool ishpd (complex[,] a, int n)
 
static bool testeult ()
 
static double svdcond (double[,] a, int n)
 
static bool obsoletesvddecomposition (ref double[,] a, int m, int n, ref double[] w, ref double[,] v)
 
static double extsign (double a, double b)
 
static double mymax (double a, double b)
 
static double pythag (double a, double b)
 

Member Function Documentation

static void alglib.testmatgenunit.unset2d ( ref double  a[,])
inlinestaticprivate
static void alglib.testmatgenunit.unset2dc ( ref complex  a[,])
inlinestaticprivate
static bool alglib.testmatgenunit.isspd ( double  a[,],
int  n,
bool  isupper 
)
inlinestaticprivate
static bool alglib.testmatgenunit.ishpd ( complex  a[,],
int  n 
)
inlinestaticprivate
static double alglib.testmatgenunit.svdcond ( double  a[,],
int  n 
)
inlinestaticprivate
static bool alglib.testmatgenunit.obsoletesvddecomposition ( ref double  a[,],
int  m,
int  n,
ref double[]  w,
ref double  v[,] 
)
inlinestaticprivate
static double alglib.testmatgenunit.extsign ( double  a,
double  b 
)
inlinestaticprivate
static double alglib.testmatgenunit.mymax ( double  a,
double  b 
)
inlinestaticprivate
static double alglib.testmatgenunit.pythag ( double  a,
double  b 
)
inlinestaticprivate
static bool alglib.testmatgenunit._pexec_testmatgen ( bool  silent)
inlinestatic
static void alglib.testmatgenunit.unset2d ( ref double  a[,])
inlinestaticprivate
static void alglib.testmatgenunit.unset2dc ( ref complex  a[,])
inlinestaticprivate
static bool alglib.testmatgenunit.isspd ( double  a[,],
int  n,
bool  isupper 
)
inlinestaticprivate

References alglib.ap.assert().

static bool alglib.testmatgenunit.ishpd ( complex  a[,],
int  n 
)
inlinestaticprivate

References alglib.math.conj().

static double alglib.testmatgenunit.svdcond ( double  a[,],
int  n 
)
inlinestaticprivate
static bool alglib.testmatgenunit.obsoletesvddecomposition ( ref double  a[,],
int  m,
int  n,
ref double[]  w,
ref double  v[,] 
)
inlinestaticprivate
static double alglib.testmatgenunit.extsign ( double  a,
double  b 
)
inlinestaticprivate
static double alglib.testmatgenunit.mymax ( double  a,
double  b 
)
inlinestaticprivate
static double alglib.testmatgenunit.pythag ( double  a,
double  b 
)
inlinestaticprivate

References alglib.math.sqr().

Member Data Documentation

const int alglib.testmatgenunit.maxsvditerations = 60

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