Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-5e288d3
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 112 of file Interpolate.h.

Data Fields

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

Field Documentation

◆ y

REAL8 DInterpolateOut::y

The interpolated value.

Definition at line 115 of file Interpolate.h.

◆ dy

REAL8 DInterpolateOut::dy

The estimated error in the interpolated value.

Definition at line 116 of file Interpolate.h.