Go to the source code of this file.
Functions | |
void | BandFunctions (int l1, int u1, int l2, int u2) |
void | LowerBandFunctions (int l1, int l2) |
static int | my_max (int p, int q) |
static int | my_min (int p, int q) |
void | SymmetricBandFunctions (int l1, int l2) |
void | trymath () |
void | UpperBandFunctions (int u1, int u2) |
void BandFunctions | ( | int | l1, |
int | u1, | ||
int | l2, | ||
int | u2 | ||
) |
void LowerBandFunctions | ( | int | l1, |
int | l2 | ||
) |
void SymmetricBandFunctions | ( | int | l1, |
int | l2 | ||
) |
void UpperBandFunctions | ( | int | u1, |
int | u2 | ||
) |