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

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

공개 메소드들

메소드 설명
applyreflectionfromtheleft ( double &c, double tau, double v, int m1, int m2, int n1, int n2, double &work ) : void
applyreflectionfromtheright ( double &c, double tau, double v, int m1, int m2, int n1, int n2, double &work ) : void
generatereflection ( double &x, int n, double &tau ) : void

메소드 상세

applyreflectionfromtheleft() 공개 정적인 메소드

public static applyreflectionfromtheleft ( double &c, double tau, double v, int m1, int m2, int n1, int n2, double &work ) : void
c double
tau double
v double
m1 int
m2 int
n1 int
n2 int
work double
리턴 void

applyreflectionfromtheright() 공개 정적인 메소드

public static applyreflectionfromtheright ( double &c, double tau, double v, int m1, int m2, int n1, int n2, double &work ) : void
c double
tau double
v double
m1 int
m2 int
n1 int
n2 int
work double
리턴 void

generatereflection() 공개 정적인 메소드

public static generatereflection ( double &x, int n, double &tau ) : void
x double
n int
tau double
리턴 void