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

Static Public Member Functions

static bool testsvd (bool silent)
 
static bool testsvd (bool silent)
 
static bool _pexec_testsvd (bool silent)
 

Static Private Member Functions

static void fillsparsea (ref double[,] a, int m, int n, double sparcity)
 
static void getsvderror (double[,] a, int m, int n, double[,] u, double[] w, double[,] vt, ref double materr, ref double orterr, ref bool wsorted)
 
static void testsvdproblem (double[,] a, int m, int n, ref double materr, ref double orterr, ref double othererr, ref bool wsorted, ref bool wfailed, ref int failcount, ref int succcount)
 
static void fillsparsea (ref double[,] a, int m, int n, double sparcity)
 
static void getsvderror (double[,] a, int m, int n, double[,] u, double[] w, double[,] vt, ref double materr, ref double orterr, ref bool wsorted)
 
static void testsvdproblem (double[,] a, int m, int n, ref double materr, ref double orterr, ref double othererr, ref bool wsorted, ref bool wfailed, ref int failcount, ref int succcount)
 

Member Function Documentation

static bool alglib.testsvdunit.testsvd ( bool  silent)
inlinestatic
static void alglib.testsvdunit.fillsparsea ( ref double  a[,],
int  m,
int  n,
double  sparcity 
)
inlinestaticprivate
static void alglib.testsvdunit.getsvderror ( double  a[,],
int  m,
int  n,
double  u[,],
double[]  w,
double  vt[,],
ref double  materr,
ref double  orterr,
ref bool  wsorted 
)
inlinestaticprivate
static void alglib.testsvdunit.testsvdproblem ( double  a[,],
int  m,
int  n,
ref double  materr,
ref double  orterr,
ref double  othererr,
ref bool  wsorted,
ref bool  wfailed,
ref int  failcount,
ref int  succcount 
)
inlinestaticprivate
static bool alglib.testsvdunit.testsvd ( bool  silent)
inlinestatic
static bool alglib.testsvdunit._pexec_testsvd ( bool  silent)
inlinestatic

References alglib.testsvdunit.testsvd().

Referenced by _Test.Main().

static void alglib.testsvdunit.fillsparsea ( ref double  a[,],
int  m,
int  n,
double  sparcity 
)
inlinestaticprivate
static void alglib.testsvdunit.getsvderror ( double  a[,],
int  m,
int  n,
double  u[,],
double[]  w,
double  vt[,],
ref double  materr,
ref double  orterr,
ref bool  wsorted 
)
inlinestaticprivate
static void alglib.testsvdunit.testsvdproblem ( double  a[,],
int  m,
int  n,
ref double  materr,
ref double  orterr,
ref double  othererr,
ref bool  wsorted,
ref bool  wfailed,
ref int  failcount,
ref int  succcount 
)
inlinestaticprivate

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