Uses of Class
org.bytedeco.gsl.gsl_multiset
-
Packages that use gsl_multiset Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_multiset in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_multiset Modifier and Type Method Description gsl_multisetgsl_multiset. data(SizeTPointer setter)gsl_multisetgsl_multiset. getPointer(long i)gsl_multisetgsl_multiset. k(long setter)gsl_multisetgsl_multiset. n(long setter)gsl_multisetgsl_multiset. position(long position) -
Uses of gsl_multiset in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_multiset Modifier and Type Method Description static gsl_multisetgsl. gsl_multiset_alloc(long n, long k)static gsl_multisetgsl. gsl_multiset_calloc(long n, long k)
-