Go to the source code of this file.
Data Structures | |
struct | D1 |
struct | D3 |
struct | TargetInfo |
struct | InputParms |
Enumerations | |
enum | CalculationType { RLS_INV, OLA_INV, LSQR_INV, FWD_CALC, CALCQ_CALC } |
Functions | |
int | getInputFromFile (char *inputFilename, InputParms *iParms, bool copyInputFiles) |
void | freeInputParms (InputParms ip) |
enum CalculationType |
void freeInputParms | ( | InputParms | ip | ) |
freeInputParms frees dynamic memory held by InputParms object
[in] | ip | An InputParms object |
int getInputFromFile | ( | char * | inputFilename, | |
InputParms * | iParms, | |||
bool | copyInputFiles | |||
) |