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

Static Public Member Functions

static bool testgq (bool silent)
 
static bool testgq (bool silent)
 
static bool _pexec_testgq (bool silent)
 

Static Private Member Functions

static double mapkind (int k)
 
static void buildgausslegendrequadrature (int n, ref double[] x, ref double[] w)
 
static void buildgaussjacobiquadrature (int n, double alpha, double beta, ref double[] x, ref double[] w)
 
static void buildgausslaguerrequadrature (int n, double alpha, ref double[] x, ref double[] w)
 
static void buildgausshermitequadrature (int n, ref double[] x, ref double[] w)
 
static double mapkind (int k)
 
static void buildgausslegendrequadrature (int n, ref double[] x, ref double[] w)
 
static void buildgaussjacobiquadrature (int n, double alpha, double beta, ref double[] x, ref double[] w)
 
static void buildgausslaguerrequadrature (int n, double alpha, ref double[] x, ref double[] w)
 
static void buildgausshermitequadrature (int n, ref double[] x, ref double[] w)
 

Member Function Documentation

static double alglib.testgqunit.mapkind ( int  k)
inlinestaticprivate
static void alglib.testgqunit.buildgausslegendrequadrature ( int  n,
ref double[]  x,
ref double[]  w 
)
inlinestaticprivate
static void alglib.testgqunit.buildgaussjacobiquadrature ( int  n,
double  alpha,
double  beta,
ref double[]  x,
ref double[]  w 
)
inlinestaticprivate
static void alglib.testgqunit.buildgausslaguerrequadrature ( int  n,
double  alpha,
ref double[]  x,
ref double[]  w 
)
inlinestaticprivate
static void alglib.testgqunit.buildgausshermitequadrature ( int  n,
ref double[]  x,
ref double[]  w 
)
inlinestaticprivate
static bool alglib.testgqunit._pexec_testgq ( bool  silent)
inlinestatic

References alglib.testgqunit.testgq().

Referenced by _Test.Main().

static double alglib.testgqunit.mapkind ( int  k)
inlinestaticprivate
static void alglib.testgqunit.buildgausslegendrequadrature ( int  n,
ref double[]  x,
ref double[]  w 
)
inlinestaticprivate
static void alglib.testgqunit.buildgaussjacobiquadrature ( int  n,
double  alpha,
double  beta,
ref double[]  x,
ref double[]  w 
)
inlinestaticprivate
static void alglib.testgqunit.buildgausslaguerrequadrature ( int  n,
double  alpha,
ref double[]  x,
ref double[]  w 
)
inlinestaticprivate
static void alglib.testgqunit.buildgausshermitequadrature ( int  n,
ref double[]  x,
ref double[]  w 
)
inlinestaticprivate

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