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

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
complexapplyreflectionfromtheleft ( complex &c, complex tau, complex v, int m1, int m2, int n1, int n2, complex &work ) : void
complexapplyreflectionfromtheright ( complex &c, complex tau, complex &v, int m1, int m2, int n1, int n2, complex &work ) : void
complexgeneratereflection ( complex &x, int n, complex &tau ) : void

Method Details

complexapplyreflectionfromtheleft() public static method

public static complexapplyreflectionfromtheleft ( complex &c, complex tau, complex v, int m1, int m2, int n1, int n2, complex &work ) : void
c complex
tau complex
v complex
m1 int
m2 int
n1 int
n2 int
work complex
return void

complexapplyreflectionfromtheright() public static method

public static complexapplyreflectionfromtheright ( complex &c, complex tau, complex &v, int m1, int m2, int n1, int n2, complex &work ) : void
c complex
tau complex
v complex
m1 int
m2 int
n1 int
n2 int
work complex
return void

complexgeneratereflection() public static method

public static complexgeneratereflection ( complex &x, int n, complex &tau ) : void
x complex
n int
tau complex
return void