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 125 of file Interpolate.h.

Data Fields

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

Field Documentation

◆ n

UINT4 SInterpolatePar::n

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

Definition at line 128 of file Interpolate.h.

◆ x

REAL4* SInterpolatePar::x

The array of domain values.

Definition at line 129 of file Interpolate.h.

◆ y

REAL4* SInterpolatePar::y

The array of values to interpolate.

Definition at line 130 of file Interpolate.h.