Zephyr Scientific Library (zscilib)
Data Fields
zsl_interp_xy Struct Reference

XY struct for nearest neighbour and linear interpolation. More...

#include <interp.h>

Data Fields

zsl_real_t x
 
zsl_real_t y
 

Detailed Description

XY struct for nearest neighbour and linear interpolation.

Definition at line 40 of file interp.h.

Field Documentation

◆ x

zsl_real_t zsl_interp_xy::x

Definition at line 41 of file interp.h.

Referenced by zsl_interp_find_x(), zsl_interp_lin_x(), zsl_interp_lin_y(), and zsl_interp_nn().

◆ y

zsl_real_t zsl_interp_xy::y

Definition at line 42 of file interp.h.

Referenced by zsl_interp_lin_x(), zsl_interp_lin_y(), and zsl_interp_nn().


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