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

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
convc1d ( complex a, int m, complex b, int n, complex &r ) : void
convc1dcircular ( complex s, int m, complex r, int n, complex &c ) : void
convc1dcircularinv ( complex a, int m, complex b, int n, complex &r ) : void
convc1dinv ( complex a, int m, complex b, int n, complex &r ) : void
convc1dx ( complex a, int m, complex b, int n, bool circular, int alg, int q, complex &r ) : void
convr1d ( double a, int m, double b, int n, double &r ) : void
convr1dcircular ( double s, int m, double r, int n, double &c ) : void
convr1dcircularinv ( double a, int m, double b, int n, double &r ) : void
convr1dinv ( double a, int m, double b, int n, double &r ) : void
convr1dx ( double a, int m, double b, int n, bool circular, int alg, int q, double &r ) : void

Method Details

convc1d() public static method

public static convc1d ( complex a, int m, complex b, int n, complex &r ) : void
a complex
m int
b complex
n int
r complex
return void

convc1dcircular() public static method

public static convc1dcircular ( complex s, int m, complex r, int n, complex &c ) : void
s complex
m int
r complex
n int
c complex
return void

convc1dcircularinv() public static method

public static convc1dcircularinv ( complex a, int m, complex b, int n, complex &r ) : void
a complex
m int
b complex
n int
r complex
return void

convc1dinv() public static method

public static convc1dinv ( complex a, int m, complex b, int n, complex &r ) : void
a complex
m int
b complex
n int
r complex
return void

convc1dx() public static method

public static convc1dx ( complex a, int m, complex b, int n, bool circular, int alg, int q, complex &r ) : void
a complex
m int
b complex
n int
circular bool
alg int
q int
r complex
return void

convr1d() public static method

public static convr1d ( double a, int m, double b, int n, double &r ) : void
a double
m int
b double
n int
r double
return void

convr1dcircular() public static method

public static convr1dcircular ( double s, int m, double r, int n, double &c ) : void
s double
m int
r double
n int
c double
return void

convr1dcircularinv() public static method

public static convr1dcircularinv ( double a, int m, double b, int n, double &r ) : void
a double
m int
b double
n int
r double
return void

convr1dinv() public static method

public static convr1dinv ( double a, int m, double b, int n, double &r ) : void
a double
m int
b double
n int
r double
return void

convr1dx() public static method

public static convr1dx ( double a, int m, double b, int n, bool circular, int alg, int q, double &r ) : void
a double
m int
b double
n int
circular bool
alg int
q int
r double
return void