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

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
cmatrixrndcond ( int n, double c, complex &a ) : void
cmatrixrndorthogonal ( int n, complex &a ) : void
cmatrixrndorthogonalfromtheleft ( complex &a, int m, int n ) : void
cmatrixrndorthogonalfromtheright ( complex &a, int m, int n ) : void
hmatrixrndcond ( int n, double c, complex &a ) : void
hmatrixrndmultiply ( complex &a, int n ) : void
hpdmatrixrndcond ( int n, double c, complex &a ) : void
rmatrixrndcond ( int n, double c, double &a ) : void
rmatrixrndorthogonal ( int n, double &a ) : void
rmatrixrndorthogonalfromtheleft ( double &a, int m, int n ) : void
rmatrixrndorthogonalfromtheright ( double &a, int m, int n ) : void
smatrixrndcond ( int n, double c, double &a ) : void
smatrixrndmultiply ( double &a, int n ) : void
spdmatrixrndcond ( int n, double c, double &a ) : void

Method Details

cmatrixrndcond() public static method

public static cmatrixrndcond ( int n, double c, complex &a ) : void
n int
c double
a complex
return void

cmatrixrndorthogonal() public static method

public static cmatrixrndorthogonal ( int n, complex &a ) : void
n int
a complex
return void

cmatrixrndorthogonalfromtheleft() public static method

public static cmatrixrndorthogonalfromtheleft ( complex &a, int m, int n ) : void
a complex
m int
n int
return void

cmatrixrndorthogonalfromtheright() public static method

public static cmatrixrndorthogonalfromtheright ( complex &a, int m, int n ) : void
a complex
m int
n int
return void

hmatrixrndcond() public static method

public static hmatrixrndcond ( int n, double c, complex &a ) : void
n int
c double
a complex
return void

hmatrixrndmultiply() public static method

public static hmatrixrndmultiply ( complex &a, int n ) : void
a complex
n int
return void

hpdmatrixrndcond() public static method

public static hpdmatrixrndcond ( int n, double c, complex &a ) : void
n int
c double
a complex
return void

rmatrixrndcond() public static method

public static rmatrixrndcond ( int n, double c, double &a ) : void
n int
c double
a double
return void

rmatrixrndorthogonal() public static method

public static rmatrixrndorthogonal ( int n, double &a ) : void
n int
a double
return void

rmatrixrndorthogonalfromtheleft() public static method

public static rmatrixrndorthogonalfromtheleft ( double &a, int m, int n ) : void
a double
m int
n int
return void

rmatrixrndorthogonalfromtheright() public static method

public static rmatrixrndorthogonalfromtheright ( double &a, int m, int n ) : void
a double
m int
n int
return void

smatrixrndcond() public static method

public static smatrixrndcond ( int n, double c, double &a ) : void
n int
c double
a double
return void

smatrixrndmultiply() public static method

public static smatrixrndmultiply ( double &a, int n ) : void
a double
n int
return void

spdmatrixrndcond() public static method

public static spdmatrixrndcond ( int n, double c, double &a ) : void
n int
c double
a double
return void