Skip to content

Struct interp_table_state_t

ClassList > interp_table_state_t

InterpolatedTable state. More...

  • #include <interp_table_core.h>

Public Attributes

Type Name
int method
size_t n
double _Complex * table

Detailed Description

Allocate with interp_table_create(). table is a private copy (the caller's own array is not aliased or retained).

Public Attributes Documentation

variable method

int interp_table_state_t::method;

0=floor, 1=nearest, 2=linear


variable n

size_t interp_table_state_t::n;

table length (one period)


variable table

double _Complex* interp_table_state_t::table;

owned copy, length n



The documentation for this class was generated from the following file native/inc/interp_table/interp_table_core.h