C# Class Coon.Compass.Procyon.alglib.alglib.rotations

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
applyrotationsfromtheleft ( bool isforward, int m1, int m2, int n1, int n2, double c, double s, double &a, double &work ) : void
applyrotationsfromtheright ( bool isforward, int m1, int m2, int n1, int n2, double c, double s, double &a, double &work ) : void
generaterotation ( double f, double g, double &cs, double &sn, double &r ) : void

Method Details

applyrotationsfromtheleft() public static method

public static applyrotationsfromtheleft ( bool isforward, int m1, int m2, int n1, int n2, double c, double s, double &a, double &work ) : void
isforward bool
m1 int
m2 int
n1 int
n2 int
c double
s double
a double
work double
return void

applyrotationsfromtheright() public static method

public static applyrotationsfromtheright ( bool isforward, int m1, int m2, int n1, int n2, double c, double s, double &a, double &work ) : void
isforward bool
m1 int
m2 int
n1 int
n2 int
c double
s double
a double
work double
return void

generaterotation() public static method

public static generaterotation ( double f, double g, double &cs, double &sn, double &r ) : void
f double
g double
cs double
sn double
r double
return void