Uses of Class
org.bytedeco.gsl.gsl_interp_type
-
Packages that use gsl_interp_type Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_interp_type in org.bytedeco.gsl
Methods in org.bytedeco.gsl with parameters of type gsl_interp_type Modifier and Type Method Description gsl_interpgsl_interp. type(gsl_interp_type setter) -
Uses of gsl_interp_type in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_interp_type Modifier and Type Method Description static gsl_interp_typegsl. gsl_interp_akima()static gsl_interp_typegsl. gsl_interp_akima_periodic()static gsl_interp_typegsl. gsl_interp_cspline()static gsl_interp_typegsl. gsl_interp_cspline_periodic()static gsl_interp_typegsl. gsl_interp_linear()static gsl_interp_typegsl. gsl_interp_polynomial()static gsl_interp_typegsl. gsl_interp_steffen()Methods in org.bytedeco.gsl.global with parameters of type gsl_interp_type Modifier and Type Method Description static voidgsl. gsl_interp_akima(gsl_interp_type setter)static voidgsl. gsl_interp_akima_periodic(gsl_interp_type setter)static gsl_interpgsl. gsl_interp_alloc(gsl_interp_type T, long n)static voidgsl. gsl_interp_cspline(gsl_interp_type setter)static voidgsl. gsl_interp_cspline_periodic(gsl_interp_type setter)static voidgsl. gsl_interp_linear(gsl_interp_type setter)static voidgsl. gsl_interp_polynomial(gsl_interp_type setter)static voidgsl. gsl_interp_steffen(gsl_interp_type setter)static intgsl. gsl_interp_type_min_size(gsl_interp_type T)static gsl_splinegsl. gsl_spline_alloc(gsl_interp_type T, long size)
-