LAL  7.5.0.1-89842e6

Detailed Description

These structures contain the interpolation parameters; These are the arrays of n domain values \(x[0]\ldots x[n-1]\) and their corresponding values \(y[0]\ldots y[n-1]\).

Definition at line 139 of file Interpolate.h.

Data Fields

UINT4 n
 The number of points in the arrays to use in the interpolation. More...
 
REAL8x
 The array of domain values. More...
 
REAL8y
 The array of values to interpolate. More...
 

Field Documentation

◆ n

UINT4 DInterpolatePar::n

The number of points in the arrays to use in the interpolation.

Definition at line 142 of file Interpolate.h.

◆ x

REAL8* DInterpolatePar::x

The array of domain values.

Definition at line 143 of file Interpolate.h.

◆ y

REAL8* DInterpolatePar::y

The array of values to interpolate.

Definition at line 144 of file Interpolate.h.