LALInference 4.1.9.1-eeff03c
LALInferenceREALROQInterpolant Struct Reference

Detailed Description

A structure to hold a real (double precision) interpolant matrix and interpolation node indices.

Definition at line 44 of file LALInferenceGenerateROQ.h.

Data Fields

REAL8ArrayB
 The interpolant matrix. More...
 
UINT4nodes
 The nodes (indices) for the interpolation. More...
 

Field Documentation

◆ B

REAL8Array* LALInferenceREALROQInterpolant::B

The interpolant matrix.

Definition at line 45 of file LALInferenceGenerateROQ.h.

◆ nodes

UINT4* LALInferenceREALROQInterpolant::nodes

The nodes (indices) for the interpolation.

Definition at line 46 of file LALInferenceGenerateROQ.h.