A structure to hold a real (double precision) interpolant matrix and interpolation node indices.
Definition at line 44 of file LALInferenceGenerateROQ.h.
Data Fields | |
| REAL8Array * | B |
| The interpolant matrix. More... | |
| UINT4 * | nodes |
| The nodes (indices) for the interpolation. More... | |
| REAL8Array* LALInferenceREALROQInterpolant::B |
The interpolant matrix.
Definition at line 45 of file LALInferenceGenerateROQ.h.
| UINT4* LALInferenceREALROQInterpolant::nodes |
The nodes (indices) for the interpolation.
Definition at line 46 of file LALInferenceGenerateROQ.h.