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

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
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

Method Details

applyreflectionfromtheleft() public static method

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
return void

applyreflectionfromtheright() public static method

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
return void

generatereflection() public static method

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