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

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
alloccomplex ( alglib s, complex v ) : void
allocintegerarray ( alglib s, int v, int n ) : void
allocrealarray ( alglib s, double v, int n ) : void
allocrealmatrix ( alglib s, double v, int n0, int n1 ) : void
apperiodicmap ( double &x, double a, double b, double &k ) : void
approxequalrel ( double a, double b, double tol ) : bool
apservisfinitecmatrix ( complex x, int m, int n ) : bool
apservisfinitectrmatrix ( complex x, int n, bool isupper ) : bool
apservisfinitematrix ( double x, int m, int n ) : bool
apservisfiniteornanmatrix ( double x, int m, int n ) : bool
aredistinct ( double x, int n ) : bool
aresameboolean ( bool v1, bool v2 ) : bool
boundval ( double x, double b1, double b2 ) : double
bvectorsetlengthatleast ( bool &x, int n ) : void
copyintegerarray ( int src, int &dst ) : void
copyrealarray ( double src, double &dst ) : void
copyrealmatrix ( double src, double &dst ) : void
countdown ( int &v ) : void
dec ( int &v ) : void
imatrixresize ( int &x, int m, int n ) : void
inc ( int &v ) : void
inttoreal ( int a ) : double
isfinitecvector ( complex z, int n ) : bool
isfinitertrmatrix ( double x, int n, bool isupper ) : bool
isfinitevector ( double x, int n ) : bool
ivectorsetlengthatleast ( int &x, int n ) : void
log2 ( double x ) : double
randomnormal ( ) : double
randomunit ( int n, double &x ) : void
recsearch ( int &a, int nrec, int nheader, int i0, int i1, int b ) : int
rmatrixresize ( double &x, int m, int n ) : void
rmatrixsetlengthatleast ( double &x, int m, int n ) : void
rvectorsetlengthatleast ( double &x, int n ) : void
safeminposrv ( double x, double y, double v ) : double
safepythag2 ( double x, double y ) : double
safepythag3 ( double x, double y, double z ) : double
saferdiv ( double x, double y, double &r ) : int
serializecomplex ( alglib s, complex v ) : void
serializeintegerarray ( alglib s, int v, int n ) : void
serializerealarray ( alglib s, double v, int n ) : void
serializerealmatrix ( alglib s, double v, int n0, int n1 ) : void
seterrorflag ( bool &flag, bool cond ) : bool
seterrorflagdiff ( bool &flag, double val, double refval, double tol, double s ) : bool
splitlength ( int tasksize, int chunksize, int &task0, int &task1 ) : void
splitlengtheven ( int tasksize, int &task0, int &task1 ) : void
taskgenint1d ( double a, double b, int n, double &x, double &y ) : void
taskgenint1dcheb1 ( double a, double b, int n, double &x, double &y ) : void
taskgenint1dcheb2 ( double a, double b, int n, double &x, double &y ) : void
taskgenint1dequidist ( double a, double b, int n, double &x, double &y ) : void
touchint ( int &a ) : void
touchreal ( double &a ) : void
unserializecomplex ( alglib s ) : complex
unserializeintegerarray ( alglib s, int &v ) : void
unserializerealarray ( alglib s, double &v ) : void
unserializerealmatrix ( alglib s, double &v ) : void

Method Details

alloccomplex() public static method

public static alloccomplex ( alglib s, complex v ) : void
s alglib
v complex
return void

allocintegerarray() public static method

public static allocintegerarray ( alglib s, int v, int n ) : void
s alglib
v int
n int
return void

allocrealarray() public static method

public static allocrealarray ( alglib s, double v, int n ) : void
s alglib
v double
n int
return void

allocrealmatrix() public static method

public static allocrealmatrix ( alglib s, double v, int n0, int n1 ) : void
s alglib
v double
n0 int
n1 int
return void

apperiodicmap() public static method

public static apperiodicmap ( double &x, double a, double b, double &k ) : void
x double
a double
b double
k double
return void

approxequalrel() public static method

public static approxequalrel ( double a, double b, double tol ) : bool
a double
b double
tol double
return bool

apservisfinitecmatrix() public static method

public static apservisfinitecmatrix ( complex x, int m, int n ) : bool
x complex
m int
n int
return bool

apservisfinitectrmatrix() public static method

public static apservisfinitectrmatrix ( complex x, int n, bool isupper ) : bool
x complex
n int
isupper bool
return bool

apservisfinitematrix() public static method

public static apservisfinitematrix ( double x, int m, int n ) : bool
x double
m int
n int
return bool

apservisfiniteornanmatrix() public static method

public static apservisfiniteornanmatrix ( double x, int m, int n ) : bool
x double
m int
n int
return bool

aredistinct() public static method

public static aredistinct ( double x, int n ) : bool
x double
n int
return bool

aresameboolean() public static method

public static aresameboolean ( bool v1, bool v2 ) : bool
v1 bool
v2 bool
return bool

boundval() public static method

public static boundval ( double x, double b1, double b2 ) : double
x double
b1 double
b2 double
return double

bvectorsetlengthatleast() public static method

public static bvectorsetlengthatleast ( bool &x, int n ) : void
x bool
n int
return void

copyintegerarray() public static method

public static copyintegerarray ( int src, int &dst ) : void
src int
dst int
return void

copyrealarray() public static method

public static copyrealarray ( double src, double &dst ) : void
src double
dst double
return void

copyrealmatrix() public static method

public static copyrealmatrix ( double src, double &dst ) : void
src double
dst double
return void

countdown() public static method

public static countdown ( int &v ) : void
v int
return void

dec() public static method

public static dec ( int &v ) : void
v int
return void

imatrixresize() public static method

public static imatrixresize ( int &x, int m, int n ) : void
x int
m int
n int
return void

inc() public static method

public static inc ( int &v ) : void
v int
return void

inttoreal() public static method

public static inttoreal ( int a ) : double
a int
return double

isfinitecvector() public static method

public static isfinitecvector ( complex z, int n ) : bool
z complex
n int
return bool

isfinitertrmatrix() public static method

public static isfinitertrmatrix ( double x, int n, bool isupper ) : bool
x double
n int
isupper bool
return bool

isfinitevector() public static method

public static isfinitevector ( double x, int n ) : bool
x double
n int
return bool

ivectorsetlengthatleast() public static method

public static ivectorsetlengthatleast ( int &x, int n ) : void
x int
n int
return void

log2() public static method

public static log2 ( double x ) : double
x double
return double

randomnormal() public static method

public static randomnormal ( ) : double
return double

randomunit() public static method

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

recsearch() public static method

public static recsearch ( int &a, int nrec, int nheader, int i0, int i1, int b ) : int
a int
nrec int
nheader int
i0 int
i1 int
b int
return int

rmatrixresize() public static method

public static rmatrixresize ( double &x, int m, int n ) : void
x double
m int
n int
return void

rmatrixsetlengthatleast() public static method

public static rmatrixsetlengthatleast ( double &x, int m, int n ) : void
x double
m int
n int
return void

rvectorsetlengthatleast() public static method

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

safeminposrv() public static method

public static safeminposrv ( double x, double y, double v ) : double
x double
y double
v double
return double

safepythag2() public static method

public static safepythag2 ( double x, double y ) : double
x double
y double
return double

safepythag3() public static method

public static safepythag3 ( double x, double y, double z ) : double
x double
y double
z double
return double

saferdiv() public static method

public static saferdiv ( double x, double y, double &r ) : int
x double
y double
r double
return int

serializecomplex() public static method

public static serializecomplex ( alglib s, complex v ) : void
s alglib
v complex
return void

serializeintegerarray() public static method

public static serializeintegerarray ( alglib s, int v, int n ) : void
s alglib
v int
n int
return void

serializerealarray() public static method

public static serializerealarray ( alglib s, double v, int n ) : void
s alglib
v double
n int
return void

serializerealmatrix() public static method

public static serializerealmatrix ( alglib s, double v, int n0, int n1 ) : void
s alglib
v double
n0 int
n1 int
return void

seterrorflag() public static method

public static seterrorflag ( bool &flag, bool cond ) : bool
flag bool
cond bool
return bool

seterrorflagdiff() public static method

public static seterrorflagdiff ( bool &flag, double val, double refval, double tol, double s ) : bool
flag bool
val double
refval double
tol double
s double
return bool

splitlength() public static method

public static splitlength ( int tasksize, int chunksize, int &task0, int &task1 ) : void
tasksize int
chunksize int
task0 int
task1 int
return void

splitlengtheven() public static method

public static splitlengtheven ( int tasksize, int &task0, int &task1 ) : void
tasksize int
task0 int
task1 int
return void

taskgenint1d() public static method

public static taskgenint1d ( double a, double b, int n, double &x, double &y ) : void
a double
b double
n int
x double
y double
return void

taskgenint1dcheb1() public static method

public static taskgenint1dcheb1 ( double a, double b, int n, double &x, double &y ) : void
a double
b double
n int
x double
y double
return void

taskgenint1dcheb2() public static method

public static taskgenint1dcheb2 ( double a, double b, int n, double &x, double &y ) : void
a double
b double
n int
x double
y double
return void

taskgenint1dequidist() public static method

public static taskgenint1dequidist ( double a, double b, int n, double &x, double &y ) : void
a double
b double
n int
x double
y double
return void

touchint() public static method

public static touchint ( int &a ) : void
a int
return void

touchreal() public static method

public static touchreal ( double &a ) : void
a double
return void

unserializecomplex() public static method

public static unserializecomplex ( alglib s ) : complex
s alglib
return complex

unserializeintegerarray() public static method

public static unserializeintegerarray ( alglib s, int &v ) : void
s alglib
v int
return void

unserializerealarray() public static method

public static unserializerealarray ( alglib s, double &v ) : void
s alglib
v double
return void

unserializerealmatrix() public static method

public static unserializerealmatrix ( alglib s, double &v ) : void
s alglib
v double
return void