Uses of Class
org.bytedeco.gsl.gsl_block_ushort
-
Packages that use gsl_block_ushort Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_block_ushort in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_block_ushort Modifier and Type Method Description gsl_block_ushortgsl_matrix_ushort. block()gsl_block_ushortgsl_vector_ushort. block()gsl_block_ushortgsl_block_ushort. data(ShortPointer setter)gsl_block_ushortgsl_block_ushort. getPointer(long i)gsl_block_ushortgsl_block_ushort. position(long position)gsl_block_ushortgsl_block_ushort. size(long setter)Methods in org.bytedeco.gsl with parameters of type gsl_block_ushort Modifier and Type Method Description gsl_matrix_ushortgsl_matrix_ushort. block(gsl_block_ushort setter)gsl_vector_ushortgsl_vector_ushort. block(gsl_block_ushort setter) -
Uses of gsl_block_ushort in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_block_ushort Modifier and Type Method Description static gsl_block_ushortgsl. gsl_block_ushort_alloc(long n)static gsl_block_ushortgsl. gsl_block_ushort_calloc(long n)Methods in org.bytedeco.gsl.global with parameters of type gsl_block_ushort Modifier and Type Method Description static ShortPointergsl. gsl_block_ushort_data(gsl_block_ushort b)static intgsl. gsl_block_ushort_fprintf(gsl.FILE stream, gsl_block_ushort b, String format)static intgsl. gsl_block_ushort_fprintf(gsl.FILE stream, gsl_block_ushort b, BytePointer format)static intgsl. gsl_block_ushort_fread(gsl.FILE stream, gsl_block_ushort b)static voidgsl. gsl_block_ushort_free(gsl_block_ushort b)static intgsl. gsl_block_ushort_fscanf(gsl.FILE stream, gsl_block_ushort b)static intgsl. gsl_block_ushort_fwrite(gsl.FILE stream, gsl_block_ushort b)static longgsl. gsl_block_ushort_size(gsl_block_ushort b)static gsl_matrix_ushortgsl. gsl_matrix_ushort_alloc_from_block(gsl_block_ushort b, long offset, long n1, long n2, long d2)static gsl_vector_ushortgsl. gsl_vector_ushort_alloc_from_block(gsl_block_ushort b, long offset, long n, long stride)
-