Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Detailed Description

These structures contain the output of the interpolation.

Definition at line 103 of file Interpolate.h.

Data Fields

REAL4 y
 The interpolated value. More...
 
REAL4 dy
 The estimated error in the interpolated value. More...
 

Field Documentation

◆ y

REAL4 SInterpolateOut::y

The interpolated value.

Definition at line 106 of file Interpolate.h.

◆ dy

REAL4 SInterpolateOut::dy

The estimated error in the interpolated value.

Definition at line 107 of file Interpolate.h.