Uses of Class
org.bytedeco.gsl.gsl_block_uint
-
Packages that use gsl_block_uint Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_block_uint in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_block_uint Modifier and Type Method Description gsl_block_uintgsl_matrix_uint. block()gsl_block_uintgsl_vector_uint. block()gsl_block_uintgsl_block_uint. data(IntPointer setter)gsl_block_uintgsl_block_uint. getPointer(long i)gsl_block_uintgsl_block_uint. position(long position)gsl_block_uintgsl_block_uint. size(long setter)Methods in org.bytedeco.gsl with parameters of type gsl_block_uint Modifier and Type Method Description gsl_matrix_uintgsl_matrix_uint. block(gsl_block_uint setter)gsl_vector_uintgsl_vector_uint. block(gsl_block_uint setter) -
Uses of gsl_block_uint in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_block_uint Modifier and Type Method Description static gsl_block_uintgsl. gsl_block_uint_alloc(long n)static gsl_block_uintgsl. gsl_block_uint_calloc(long n)Methods in org.bytedeco.gsl.global with parameters of type gsl_block_uint Modifier and Type Method Description static IntPointergsl. gsl_block_uint_data(gsl_block_uint b)static intgsl. gsl_block_uint_fprintf(gsl.FILE stream, gsl_block_uint b, String format)static intgsl. gsl_block_uint_fprintf(gsl.FILE stream, gsl_block_uint b, BytePointer format)static intgsl. gsl_block_uint_fread(gsl.FILE stream, gsl_block_uint b)static voidgsl. gsl_block_uint_free(gsl_block_uint b)static intgsl. gsl_block_uint_fscanf(gsl.FILE stream, gsl_block_uint b)static intgsl. gsl_block_uint_fwrite(gsl.FILE stream, gsl_block_uint b)static longgsl. gsl_block_uint_size(gsl_block_uint b)static gsl_matrix_uintgsl. gsl_matrix_uint_alloc_from_block(gsl_block_uint b, long offset, long n1, long n2, long d2)static gsl_vector_uintgsl. gsl_vector_uint_alloc_from_block(gsl_block_uint b, long offset, long n, long stride)
-