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

Static Public Member Functions

static void hermitianmatrixvectormultiply (complex[,] a, bool isupper, int i1, int i2, complex[] x, complex alpha, ref complex[] y)
 
static void hermitianrank2update (ref complex[,] a, bool isupper, int i1, int i2, complex[] x, complex[] y, ref complex[] t, complex alpha)
 
static void hermitianmatrixvectormultiply (complex[,] a, bool isupper, int i1, int i2, complex[] x, complex alpha, ref complex[] y)
 
static void hermitianrank2update (ref complex[,] a, bool isupper, int i1, int i2, complex[] x, complex[] y, ref complex[] t, complex alpha)
 

Member Function Documentation

static void alglib.hblas.hermitianmatrixvectormultiply ( complex  a[,],
bool  isupper,
int  i1,
int  i2,
complex[]  x,
complex  alpha,
ref complex[]  y 
)
inlinestatic
static void alglib.hblas.hermitianrank2update ( ref complex  a[,],
bool  isupper,
int  i1,
int  i2,
complex[]  x,
complex[]  y,
ref complex[]  t,
complex  alpha 
)
inlinestatic

References alglib.math.conj().

static void alglib.hblas.hermitianmatrixvectormultiply ( complex  a[,],
bool  isupper,
int  i1,
int  i2,
complex[]  x,
complex  alpha,
ref complex[]  y 
)
inlinestatic

References alglib.math.conj().

static void alglib.hblas.hermitianrank2update ( ref complex  a[,],
bool  isupper,
int  i1,
int  i2,
complex[]  x,
complex[]  y,
ref complex[]  t,
complex  alpha 
)
inlinestatic

References alglib.math.conj().


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