48 void Permute(
int* array,
size_t size );
49 int cmp(
const void *s1,
const void *s2);
54 float Sigmoid(
float beta,
float a_pot );
55 float Sigmoid(
float beta,
float a_pot,
float thresh );
58 void ResetMatrix(
int ** matrix,
int val,
int row,
int col );
62 void ResetMatrix(
float ** matrix,
float val,
int row,
int col );
68 void AdjustStream( std::ostream &os,
int precision,
int width,
int pos,
bool trailers );
75 double SafeAbs(
double val1,
double val2 );
76 float SafeAbs(
float val1,
float val2 );
77 int SafeAbs(
int val1,
int val2 );
int cmp(const void *s1, const void *s2)
void SkipComments(std::ifstream *infile)
void GetStreamDefaults(void)
void AdjustStream(std::ostream &os, int precision, int width, int pos, bool trailers)
void Permute(int *array, size_t size)
void SetStreamDefaults(std::ostream &os)
void DisposeMatrix(int **matrix, int row)
float ReturnDistance(float *pat1, float *pat2, int size)
void FileOpenError(char *filename)
int ** CreateMatrix(int val, int row, int col)
double SafeAbs(double val1, double val2)
void FileCreateError(char *filename)
void ResetMatrix(int **matrix, int val, int row, int col)