Uses of Class
org.bytedeco.gsl.gsl_combination
-
Packages that use gsl_combination Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_combination in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_combination Modifier and Type Method Description gsl_combinationgsl_combination. data(SizeTPointer setter)gsl_combinationgsl_combination. getPointer(long i)gsl_combinationgsl_combination. k(long setter)gsl_combinationgsl_combination. n(long setter)gsl_combinationgsl_combination. position(long position) -
Uses of gsl_combination in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_combination Modifier and Type Method Description static gsl_combinationgsl. gsl_combination_alloc(long n, long k)static gsl_combinationgsl. gsl_combination_calloc(long n, long k)
-