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

Static Public Member Functions

static void complexgeneratereflection (ref complex[] x, int n, ref complex tau)
 
static void complexapplyreflectionfromtheleft (ref complex[,] c, complex tau, complex[] v, int m1, int m2, int n1, int n2, ref complex[] work)
 
static void complexapplyreflectionfromtheright (ref complex[,] c, complex tau, ref complex[] v, int m1, int m2, int n1, int n2, ref complex[] work)
 
static void complexgeneratereflection (ref complex[] x, int n, ref complex tau)
 
static void complexapplyreflectionfromtheleft (ref complex[,] c, complex tau, complex[] v, int m1, int m2, int n1, int n2, ref complex[] work)
 
static void complexapplyreflectionfromtheright (ref complex[,] c, complex tau, ref complex[] v, int m1, int m2, int n1, int n2, ref complex[] work)
 

Member Function Documentation

static void alglib.creflections.complexgeneratereflection ( ref complex[]  x,
int  n,
ref complex  tau 
)
inlinestatic
static void alglib.creflections.complexapplyreflectionfromtheleft ( ref complex  c[,],
complex  tau,
complex[]  v,
int  m1,
int  m2,
int  n1,
int  n2,
ref complex[]  work 
)
inlinestatic
static void alglib.creflections.complexapplyreflectionfromtheright ( ref complex  c[,],
complex  tau,
ref complex[]  v,
int  m1,
int  m2,
int  n1,
int  n2,
ref complex[]  work 
)
inlinestatic
static void alglib.creflections.complexgeneratereflection ( ref complex[]  x,
int  n,
ref complex  tau 
)
inlinestatic
static void alglib.creflections.complexapplyreflectionfromtheleft ( ref complex  c[,],
complex  tau,
complex[]  v,
int  m1,
int  m2,
int  n1,
int  n2,
ref complex[]  work 
)
inlinestatic

References alglib.math.conj().

static void alglib.creflections.complexapplyreflectionfromtheright ( ref complex  c[,],
complex  tau,
ref complex[]  v,
int  m1,
int  m2,
int  n1,
int  n2,
ref complex[]  work 
)
inlinestatic

References alglib.math.conj().


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