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

Static Public Member Functions

static double chebyshevcalculate (int r, int n, double x)
 
static double chebyshevsum (double[] c, int r, int n, double x)
 
static void chebyshevcoefficients (int n, ref double[] c)
 
static void fromchebyshev (double[] a, int n, ref double[] b)
 
static double chebyshevcalculate (int r, int n, double x)
 
static double chebyshevsum (double[] c, int r, int n, double x)
 
static void chebyshevcoefficients (int n, ref double[] c)
 
static void fromchebyshev (double[] a, int n, ref double[] b)
 

Member Function Documentation

static double alglib.chebyshev.chebyshevcalculate ( int  r,
int  n,
double  x 
)
inlinestatic
static double alglib.chebyshev.chebyshevsum ( double[]  c,
int  r,
int  n,
double  x 
)
inlinestatic
static void alglib.chebyshev.chebyshevcoefficients ( int  n,
ref double[]  c 
)
inlinestatic
static void alglib.chebyshev.fromchebyshev ( double[]  a,
int  n,
ref double[]  b 
)
inlinestatic
static double alglib.chebyshev.chebyshevcalculate ( int  r,
int  n,
double  x 
)
inlinestatic
static double alglib.chebyshev.chebyshevsum ( double[]  c,
int  r,
int  n,
double  x 
)
inlinestatic
static void alglib.chebyshev.chebyshevcoefficients ( int  n,
ref double[]  c 
)
inlinestatic
static void alglib.chebyshev.fromchebyshev ( double[]  a,
int  n,
ref double[]  b 
)
inlinestatic

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