LALInference  4.1.6.1-89842e6
LALInferenceVariables Struct Reference

Detailed Description

The LALInferenceVariables structure to contain a set of parameters Implemented as a linked list of LALInferenceVariableItems.

Should only be accessed using the accessor functions below

Definition at line 168 of file LALInference.h.

Data Fields

LALInferenceVariableItemhead
 
INT4 dimension
 
LALHashTbl * hash_table
 

Field Documentation

◆ head

LALInferenceVariableItem* LALInferenceVariables::head

Definition at line 171 of file LALInference.h.

◆ dimension

INT4 LALInferenceVariables::dimension

Definition at line 172 of file LALInference.h.

◆ hash_table

LALHashTbl* LALInferenceVariables::hash_table

Definition at line 173 of file LALInference.h.