Uses of Class
org.bytedeco.gsl.gsl_permutation
-
Packages that use gsl_permutation Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_permutation in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_permutation Modifier and Type Method Description gsl_permutationgsl_permutation. data(SizeTPointer setter)gsl_permutationgsl_permutation. getPointer(long i)gsl_permutationgsl_permutation. position(long position)gsl_permutationgsl_permutation. size(long setter) -
Uses of gsl_permutation in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_permutation Modifier and Type Method Description static gsl_permutationgsl. gsl_permutation_alloc(long n)static gsl_permutationgsl. gsl_permutation_calloc(long n)
-