gsl.interpolation

D bindings for GSL.

Members

Functions

gsl_interp2d_alloc
gsl_interp2d* gsl_interp2d_alloc(const(gsl_interp2d_type)* T, size_t xsize, size_t ysize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval
double gsl_interp2d_eval(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval_deriv_x
double gsl_interp2d_eval_deriv_x(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval_deriv_x_e
int gsl_interp2d_eval_deriv_x_e(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval_deriv_xx
double gsl_interp2d_eval_deriv_xx(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval_deriv_xx_e
int gsl_interp2d_eval_deriv_xx_e(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval_deriv_xy
double gsl_interp2d_eval_deriv_xy(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval_deriv_xy_e
int gsl_interp2d_eval_deriv_xy_e(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval_deriv_y
double gsl_interp2d_eval_deriv_y(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval_deriv_y_e
int gsl_interp2d_eval_deriv_y_e(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval_deriv_yy
double gsl_interp2d_eval_deriv_yy(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval_deriv_yy_e
int gsl_interp2d_eval_deriv_yy_e(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval_e
int gsl_interp2d_eval_e(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval_e_extrap
int gsl_interp2d_eval_e_extrap(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_eval_extrap
double gsl_interp2d_eval_extrap(const(gsl_interp2d)* interp, const(double)* xarr, const(double)* yarr, const(double)* zarr, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_free
void gsl_interp2d_free(gsl_interp2d* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_get
double gsl_interp2d_get(const(gsl_interp2d)* interp, const(double)* zarr, size_t i, size_t j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_idx
size_t gsl_interp2d_idx(const(gsl_interp2d)* interp, size_t i, size_t j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_init
int gsl_interp2d_init(gsl_interp2d* interp, const(double)* xa, const(double)* ya, const(double)* za, size_t xsize, size_t ysize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_min_size
size_t gsl_interp2d_min_size(const(gsl_interp2d)* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_name
const(char)* gsl_interp2d_name(const(gsl_interp2d)* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_set
int gsl_interp2d_set(const(gsl_interp2d)* interp, double* zarr, size_t i, size_t j, double z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_type_min_size
size_t gsl_interp2d_type_min_size(const(gsl_interp2d_type)* T)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_accel_alloc
gsl_interp_accel* gsl_interp_accel_alloc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_accel_find
size_t gsl_interp_accel_find(gsl_interp_accel* a, const(double)* x_array, size_t size, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_accel_free
void gsl_interp_accel_free(gsl_interp_accel* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_accel_reset
int gsl_interp_accel_reset(gsl_interp_accel* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_alloc
gsl_interp* gsl_interp_alloc(const(gsl_interp_type)* T, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_bsearch
size_t gsl_interp_bsearch(const(double)* x_array, double x, size_t index_lo, size_t index_hi)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_eval
double gsl_interp_eval(const(gsl_interp)* obj, const(double)* xa, const(double)* ya, double x, gsl_interp_accel* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_eval_deriv
double gsl_interp_eval_deriv(const(gsl_interp)* obj, const(double)* xa, const(double)* ya, double x, gsl_interp_accel* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_eval_deriv2
double gsl_interp_eval_deriv2(const(gsl_interp)* obj, const(double)* xa, const(double)* ya, double x, gsl_interp_accel* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_eval_deriv2_e
int gsl_interp_eval_deriv2_e(const(gsl_interp)* obj, const(double)* xa, const(double)* ya, double x, gsl_interp_accel* a, double* d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_eval_deriv_e
int gsl_interp_eval_deriv_e(const(gsl_interp)* obj, const(double)* xa, const(double)* ya, double x, gsl_interp_accel* a, double* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_eval_e
int gsl_interp_eval_e(const(gsl_interp)* obj, const(double)* xa, const(double)* ya, double x, gsl_interp_accel* a, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_eval_integ
double gsl_interp_eval_integ(const(gsl_interp)* obj, const(double)* xa, const(double)* ya, double a, double b, gsl_interp_accel* acc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_eval_integ_e
int gsl_interp_eval_integ_e(const(gsl_interp)* obj, const(double)* xa, const(double)* ya, double a, double b, gsl_interp_accel* acc, double* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_free
void gsl_interp_free(gsl_interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_init
int gsl_interp_init(gsl_interp* obj, const(double)* xa, const(double)* ya, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_min_size
uint gsl_interp_min_size(const(gsl_interp)* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_name
const(char)* gsl_interp_name(const(gsl_interp)* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_type_min_size
uint gsl_interp_type_min_size(const(gsl_interp_type)* T)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_alloc
gsl_spline2d* gsl_spline2d_alloc(const(gsl_interp2d_type)* T, size_t xsize, size_t ysize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_eval
double gsl_spline2d_eval(const(gsl_spline2d)* interp, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_eval_deriv_x
double gsl_spline2d_eval_deriv_x(const(gsl_spline2d)* interp, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_eval_deriv_x_e
int gsl_spline2d_eval_deriv_x_e(const(gsl_spline2d)* interp, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_eval_deriv_xx
double gsl_spline2d_eval_deriv_xx(const(gsl_spline2d)* interp, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_eval_deriv_xx_e
int gsl_spline2d_eval_deriv_xx_e(const(gsl_spline2d)* interp, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_eval_deriv_xy
double gsl_spline2d_eval_deriv_xy(const(gsl_spline2d)* interp, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_eval_deriv_xy_e
int gsl_spline2d_eval_deriv_xy_e(const(gsl_spline2d)* interp, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_eval_deriv_y
double gsl_spline2d_eval_deriv_y(const(gsl_spline2d)* interp, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_eval_deriv_y_e
int gsl_spline2d_eval_deriv_y_e(const(gsl_spline2d)* interp, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_eval_deriv_yy
double gsl_spline2d_eval_deriv_yy(const(gsl_spline2d)* interp, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_eval_deriv_yy_e
int gsl_spline2d_eval_deriv_yy_e(const(gsl_spline2d)* interp, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_eval_e
int gsl_spline2d_eval_e(const(gsl_spline2d)* interp, double x, double y, gsl_interp_accel* xa, gsl_interp_accel* ya, double* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_free
void gsl_spline2d_free(gsl_spline2d* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_get
double gsl_spline2d_get(const(gsl_spline2d)* interp, const(double)* zarr, size_t i, size_t j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_init
int gsl_spline2d_init(gsl_spline2d* interp, const(double)* xa, const(double)* ya, const(double)* za, size_t xsize, size_t ysize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_min_size
size_t gsl_spline2d_min_size(const(gsl_spline2d)* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_name
const(char)* gsl_spline2d_name(const(gsl_spline2d)* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d_set
int gsl_spline2d_set(const(gsl_spline2d)* interp, double* zarr, size_t i, size_t j, double z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline_alloc
gsl_spline* gsl_spline_alloc(const(gsl_interp_type)* T, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline_eval
double gsl_spline_eval(const(gsl_spline)* spline, double x, gsl_interp_accel* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline_eval_deriv
double gsl_spline_eval_deriv(const(gsl_spline)* spline, double x, gsl_interp_accel* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline_eval_deriv2
double gsl_spline_eval_deriv2(const(gsl_spline)* spline, double x, gsl_interp_accel* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline_eval_deriv2_e
int gsl_spline_eval_deriv2_e(const(gsl_spline)* spline, double x, gsl_interp_accel* a, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline_eval_deriv_e
int gsl_spline_eval_deriv_e(const(gsl_spline)* spline, double x, gsl_interp_accel* a, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline_eval_e
int gsl_spline_eval_e(const(gsl_spline)* spline, double x, gsl_interp_accel* a, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline_eval_integ
double gsl_spline_eval_integ(const(gsl_spline)* spline, double a, double b, gsl_interp_accel* acc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline_eval_integ_e
int gsl_spline_eval_integ_e(const(gsl_spline)* spline, double a, double b, gsl_interp_accel* acc, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline_free
void gsl_spline_free(gsl_spline* spline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline_init
int gsl_spline_init(gsl_spline* spline, const(double)* xa, const(double)* ya, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline_min_size
uint gsl_spline_min_size(const(gsl_spline)* spline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline_name
const(char)* gsl_spline_name(const(gsl_spline)* spline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

gsl_interp2d_bicubic
const(gsl_interp2d_type)* gsl_interp2d_bicubic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_bilinear
const(gsl_interp2d_type)* gsl_interp2d_bilinear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_akima
const(gsl_interp_type)* gsl_interp_akima;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_akima_periodic
const(gsl_interp_type)* gsl_interp_akima_periodic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_cspline
const(gsl_interp_type)* gsl_interp_cspline;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_cspline_periodic
const(gsl_interp_type)* gsl_interp_cspline_periodic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_linear
const(gsl_interp_type)* gsl_interp_linear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_polynomial
const(gsl_interp_type)* gsl_interp_polynomial;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_steffen
const(gsl_interp_type)* gsl_interp_steffen;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_interp
struct gsl_interp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d
struct gsl_interp2d
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp2d_type
struct gsl_interp2d_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_accel
struct gsl_interp_accel
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_interp_type
struct gsl_interp_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline
struct gsl_spline
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_spline2d
struct gsl_spline2d
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Authors

Chibisi Chima-Okereke

License

Boost License 1.0