Uses of Class
org.bytedeco.gsl.gsl_interp2d_type
-
Packages that use gsl_interp2d_type Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_interp2d_type in org.bytedeco.gsl
Methods in org.bytedeco.gsl with parameters of type gsl_interp2d_type Modifier and Type Method Description gsl_interp2dgsl_interp2d. type(gsl_interp2d_type setter) -
Uses of gsl_interp2d_type in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_interp2d_type Modifier and Type Method Description static gsl_interp2d_typegsl. gsl_interp2d_bicubic()static gsl_interp2d_typegsl. gsl_interp2d_bilinear()Methods in org.bytedeco.gsl.global with parameters of type gsl_interp2d_type Modifier and Type Method Description static gsl_interp2dgsl. gsl_interp2d_alloc(gsl_interp2d_type T, long xsize, long ysize)static voidgsl. gsl_interp2d_bicubic(gsl_interp2d_type setter)static voidgsl. gsl_interp2d_bilinear(gsl_interp2d_type setter)static longgsl. gsl_interp2d_type_min_size(gsl_interp2d_type T)static gsl_spline2dgsl. gsl_spline2d_alloc(gsl_interp2d_type T, long xsize, long ysize)
-