Defines | |
#define | K2PICC_FLY 0 |
Functions | |
bool | DimensionsOk (MAP_DEPTH_MATRIX K, MAP_DEPTH_MATRIX Lambda, MATRIX Theta, MAP_DEPTH_MATRIX tau, bool FourierTransformed, bool noMaps) |
bool | DimensionsOkPrelim (MAP_DEPTH_MATRIX K, MAP_DEPTH_MATRIX Lambda, MATRIX Theta, MAP_DEPTH_MATRIX tau, bool FourierTransformed, int numberOfMaps, bool noMaps) |
InversionData * | OLAInit (InputParms inputParms, char *commandLineOutputDir, bool debug) |
#define K2PICC_FLY 0 |
bool DimensionsOk | ( | MAP_DEPTH_MATRIX | K, | |
MAP_DEPTH_MATRIX | Lambda, | |||
MATRIX | Theta, | |||
MAP_DEPTH_MATRIX | tau, | |||
bool | FourierTransformed, | |||
bool | noMaps | |||
) |
Check the dimensions of all the input matrices.
[in] | K | Kernel in frequency space |
[in] | Lambda | Lambda Travel-time noise covariance matrix |
[in] | Theta | Overlap matrix, describing expansion in terms of basis functions. |
[in] | tau | Travel-time matrix |
[in] | FourierTransformed | True if the Kernel data has been transformed. |
[in] | noMaps | Boolean set to true if running inversion without maps; false otherwise. |
bool DimensionsOkPrelim | ( | MAP_DEPTH_MATRIX | K, | |
MAP_DEPTH_MATRIX | Lambda, | |||
MATRIX | Theta, | |||
MAP_DEPTH_MATRIX | tau, | |||
bool | FourierTransformed, | |||
int | numberOfMaps, | |||
bool | noMaps | |||
) |