Uses of Class
org.bytedeco.gsl.gsl_block_short
-
Packages that use gsl_block_short Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_block_short in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_block_short Modifier and Type Method Description gsl_block_shortgsl_matrix_short. block()gsl_block_shortgsl_vector_short. block()gsl_block_shortgsl_block_short. data(ShortPointer setter)gsl_block_shortgsl_block_short. getPointer(long i)gsl_block_shortgsl_block_short. position(long position)gsl_block_shortgsl_block_short. size(long setter)Methods in org.bytedeco.gsl with parameters of type gsl_block_short Modifier and Type Method Description gsl_matrix_shortgsl_matrix_short. block(gsl_block_short setter)gsl_vector_shortgsl_vector_short. block(gsl_block_short setter) -
Uses of gsl_block_short in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_block_short Modifier and Type Method Description static gsl_block_shortgsl. gsl_block_short_alloc(long n)static gsl_block_shortgsl. gsl_block_short_calloc(long n)Methods in org.bytedeco.gsl.global with parameters of type gsl_block_short Modifier and Type Method Description static ShortPointergsl. gsl_block_short_data(gsl_block_short b)static intgsl. gsl_block_short_fprintf(gsl.FILE stream, gsl_block_short b, String format)static intgsl. gsl_block_short_fprintf(gsl.FILE stream, gsl_block_short b, BytePointer format)static intgsl. gsl_block_short_fread(gsl.FILE stream, gsl_block_short b)static voidgsl. gsl_block_short_free(gsl_block_short b)static intgsl. gsl_block_short_fscanf(gsl.FILE stream, gsl_block_short b)static intgsl. gsl_block_short_fwrite(gsl.FILE stream, gsl_block_short b)static longgsl. gsl_block_short_size(gsl_block_short b)static gsl_matrix_shortgsl. gsl_matrix_short_alloc_from_block(gsl_block_short b, long offset, long n1, long n2, long d2)static gsl_vector_shortgsl. gsl_vector_short_alloc_from_block(gsl_block_short b, long offset, long n, long stride)
-