Uses of Class
org.bytedeco.gsl.gsl_comparison_fn_t
-
Packages that use gsl_comparison_fn_t Package Description org.bytedeco.gsl.global -
-
Uses of gsl_comparison_fn_t in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global with parameters of type gsl_comparison_fn_t Modifier and Type Method Description static voidgsl. gsl_heapsort(Pointer array, long count, long size, gsl_comparison_fn_t compare)static intgsl. gsl_heapsort_index(SizeTPointer p, Pointer array, long count, long size, gsl_comparison_fn_t compare)
-