Functions | Variables

src/inversion/averagingKernel.c File Reference

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"

Function Documentation

void freeAvgKernelCalculation (  ) 

Free memory associated with averaging kernel calculations


Variable Documentation

const char* AVG_STR = "Avg" [static]
bool calculateSubset = false
const char* KERNEL_STR = "Kernel" [static]
const char* MINUS1 = "-1" [static]
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines