Home
last modified time | relevance | path

Searched refs:gsl_interp2d_eval_e (Results 1 – 8 of 8) sorted by relevance

/dports/math/gsl/gsl-2.7/interpolation/
H A Dtest2d.c129 test_single_low_level(&gsl_interp2d_eval, &gsl_interp2d_eval_e, in test_interp2d()
148 …test_single_low_level(&gsl_interp2d_eval, &gsl_interp2d_eval_e, interp, xarr, yar… in test_interp2d()
H A Dinterp2d.c184 int status = gsl_interp2d_eval_e(interp, xarr, yarr, zarr, x, y, xa, ya, &z); in gsl_interp2d_eval()
208 gsl_interp2d_eval_e (const gsl_interp2d * interp, const double xarr[], in gsl_interp2d_eval_e() function
H A Dgsl_interp2d.h92 int gsl_interp2d_eval_e(const gsl_interp2d * interp, const double xarr[],
H A Dspline2d.c128 return gsl_interp2d_eval_e(&(interp->interp_object), interp->xarr, interp->yarr, in gsl_spline2d_eval_e()
/dports/math/gsl/gsl-2.7/doc/
H A Dinterp.rst455 …int gsl_interp2d_eval_e (const gsl_interp2d * interp, const double xa[], const double ya[], const …
H A Dgsl-ref.info27610 -- Function: int gsl_interp2d_eval_e (const gsl_interp2d *interp, const
44459 * gsl_interp2d_eval_e (C function): 2D Evaluation of Interpolating Functions.
54232 Ref: interp c gsl_interp2d_eval_e1109500
/dports/math/py-pygsl/pygsl-2.3.0/swig_src/
H A Dinterpolation2d_wrap_wrap.c4554 …interp2d *self,double const x,double const y,double *z){ return gsl_interp2d_eval_e (self->inte… in pygsl_interp2d_eval_e()
4555 … obj.type = PyGSL_INTERP2D_EVAL_E; obj.func.fint_e = gsl_interp2d_eval_e; return … in pygsl_interp2d_eval_e_array()
/dports/audio/snd/snd-21.2/
H A Dlibgsl.scm3053 …(int gsl_interp2d_eval_e (gsl_interp2d* double* double* double* double double gsl_interp_accel* gs…