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

Static Public Member Functions

static void applyrotationsfromtheleft (bool isforward, int m1, int m2, int n1, int n2, double[] c, double[] s, ref double[,] a, ref double[] work)
 
static void applyrotationsfromtheright (bool isforward, int m1, int m2, int n1, int n2, double[] c, double[] s, ref double[,] a, ref double[] work)
 
static void generaterotation (double f, double g, ref double cs, ref double sn, ref double r)
 
static void applyrotationsfromtheleft (bool isforward, int m1, int m2, int n1, int n2, double[] c, double[] s, ref double[,] a, ref double[] work)
 
static void applyrotationsfromtheright (bool isforward, int m1, int m2, int n1, int n2, double[] c, double[] s, ref double[,] a, ref double[] work)
 
static void generaterotation (double f, double g, ref double cs, ref double sn, ref double r)
 

Member Function Documentation

static void alglib.rotations.applyrotationsfromtheleft ( bool  isforward,
int  m1,
int  m2,
int  n1,
int  n2,
double[]  c,
double[]  s,
ref double  a[,],
ref double[]  work 
)
inlinestatic
static void alglib.rotations.applyrotationsfromtheright ( bool  isforward,
int  m1,
int  m2,
int  n1,
int  n2,
double[]  c,
double[]  s,
ref double  a[,],
ref double[]  work 
)
inlinestatic
static void alglib.rotations.generaterotation ( double  f,
double  g,
ref double  cs,
ref double  sn,
ref double  r 
)
inlinestatic

References alglib.math.sqr().

static void alglib.rotations.applyrotationsfromtheleft ( bool  isforward,
int  m1,
int  m2,
int  n1,
int  n2,
double[]  c,
double[]  s,
ref double  a[,],
ref double[]  work 
)
inlinestatic
static void alglib.rotations.applyrotationsfromtheright ( bool  isforward,
int  m1,
int  m2,
int  n1,
int  n2,
double[]  c,
double[]  s,
ref double  a[,],
ref double[]  work 
)
inlinestatic
static void alglib.rotations.generaterotation ( double  f,
double  g,
ref double  cs,
ref double  sn,
ref double  r 
)
inlinestatic

References alglib.math.sqr().


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