Functions | |
void | initializeAvgKernelCalculation (char *AvgKernInputLine, int maxDepth) |
bool | subsetKernels () |
bool | calcAvgKernelCov () |
int | getNumberOfAveragingKernels () |
int | getAvgKernelDepth (int i) |
MATRIX | selectKernels (MATRIX m) |
void | freeAvgKernelCalculation () |
Variables | |
VECTOR | depthsForReducing |
Vector that contains offsets into Avg Kern & Cov matrices for 5d and 3d problem. Used when only calculating a subset of Averaging Kernels. | |
VECTOR | depths |
Vector contains depths for Averaging Kernel calculations. | |
bool | calculateSubset = false |
static const char * | MINUS1 = "-1" |
static const char * | KERNEL_STR = "Kernel" |
static const char * | AVG_STR = "Avg" |
void freeAvgKernelCalculation | ( | ) |
Free memory associated with averaging kernel calculations
const char* AVG_STR = "Avg" [static] |
bool calculateSubset = false |
const char* KERNEL_STR = "Kernel" [static] |
const char* MINUS1 = "-1" [static] |