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

Static Public Member Functions

static void xdot (double[] a, double[] b, int n, ref double[] temp, ref double r, ref double rerr)
 
static void xcdot (complex[] a, complex[] b, int n, ref double[] temp, ref complex r, ref double rerr)
 
static void xdot (double[] a, double[] b, int n, ref double[] temp, ref double r, ref double rerr)
 
static void xcdot (complex[] a, complex[] b, int n, ref double[] temp, ref complex r, ref double rerr)
 

Static Private Member Functions

static void xsum (ref double[] w, double mx, int n, ref double r, ref double rerr)
 
static double xfastpow (double r, int n)
 
static void xsum (ref double[] w, double mx, int n, ref double r, ref double rerr)
 
static double xfastpow (double r, int n)
 

Member Function Documentation

static void alglib.xblas.xdot ( double[]  a,
double[]  b,
int  n,
ref double[]  temp,
ref double  r,
ref double  rerr 
)
inlinestatic
static void alglib.xblas.xcdot ( complex[]  a,
complex[]  b,
int  n,
ref double[]  temp,
ref complex  r,
ref double  rerr 
)
inlinestatic
static void alglib.xblas.xsum ( ref double[]  w,
double  mx,
int  n,
ref double  r,
ref double  rerr 
)
inlinestaticprivate
static double alglib.xblas.xfastpow ( double  r,
int  n 
)
inlinestaticprivate
static void alglib.xblas.xdot ( double[]  a,
double[]  b,
int  n,
ref double[]  temp,
ref double  r,
ref double  rerr 
)
inlinestatic

References alglib.xblas.xsum().

static void alglib.xblas.xcdot ( complex[]  a,
complex[]  b,
int  n,
ref double[]  temp,
ref complex  r,
ref double  rerr 
)
inlinestatic
static void alglib.xblas.xsum ( ref double[]  w,
double  mx,
int  n,
ref double  r,
ref double  rerr 
)
inlinestaticprivate
static double alglib.xblas.xfastpow ( double  r,
int  n 
)
inlinestaticprivate

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