Zephyr Scientific Library (zscilib)
Data Fields
zsl_interp_xyc Struct Reference

XY struct for cubic spline interpolation. More...

#include <interp.h>

Data Fields

zsl_real_t x
 
zsl_real_t y
 
zsl_real_t y2
 Second derivative from the spline. More...
 

Detailed Description

XY struct for cubic spline interpolation.

Definition at line 46 of file interp.h.

Field Documentation

◆ x

zsl_real_t zsl_interp_xyc::x

Definition at line 47 of file interp.h.

Referenced by zsl_interp_cubic_arr(), and zsl_interp_cubic_calc().

◆ y

zsl_real_t zsl_interp_xyc::y

Definition at line 48 of file interp.h.

Referenced by zsl_interp_cubic_arr(), and zsl_interp_cubic_calc().

◆ y2

zsl_real_t zsl_interp_xyc::y2

Second derivative from the spline.

Definition at line 49 of file interp.h.

Referenced by zsl_interp_cubic_arr(), and zsl_interp_cubic_calc().


The documentation for this struct was generated from the following file: