C# 클래스 Coon.Compass.Procyon.alglib.alglib.rotations

파일 보기 프로젝트 열기: dbaileychess/Compass

공개 메소드들

메소드 설명
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

메소드 상세

applyrotationsfromtheleft() 공개 정적인 메소드

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
리턴 void

applyrotationsfromtheright() 공개 정적인 메소드

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
리턴 void

generaterotation() 공개 정적인 메소드

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