Uses of Class
org.bytedeco.gsl.gsl_spline2d
-
Packages that use gsl_spline2d Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_spline2d in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_spline2d Modifier and Type Method Description gsl_spline2dgsl_spline2d. getPointer(long i)gsl_spline2dgsl_spline2d. interp_object(gsl_interp2d setter)gsl_spline2dgsl_spline2d. position(long position)gsl_spline2dgsl_spline2d. xarr(DoublePointer setter)gsl_spline2dgsl_spline2d. yarr(DoublePointer setter)gsl_spline2dgsl_spline2d. zarr(DoublePointer setter) -
Uses of gsl_spline2d in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_spline2d Modifier and Type Method Description static gsl_spline2dgsl. gsl_spline2d_alloc(gsl_interp2d_type T, long xsize, long ysize)
-