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

Afficher le fichier Open project: dbaileychess/Compass

Méthodes publiques

Méthode 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 méthode

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
Résultat void

applyreflectionfromtheright() public static méthode

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
Résultat void

generatereflection() public static méthode

public static generatereflection ( double &x, int n, double &tau ) : void
x double
n int
tau double
Résultat void