Uses of Class
org.bytedeco.gsl.gsl_block_char
-
Packages that use gsl_block_char Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_block_char in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_block_char Modifier and Type Method Description gsl_block_chargsl_matrix_char. block()gsl_block_chargsl_vector_char. block()gsl_block_chargsl_block_char. data(BytePointer setter)gsl_block_chargsl_block_char. getPointer(long i)gsl_block_chargsl_block_char. position(long position)gsl_block_chargsl_block_char. size(long setter)Methods in org.bytedeco.gsl with parameters of type gsl_block_char Modifier and Type Method Description gsl_matrix_chargsl_matrix_char. block(gsl_block_char setter)gsl_vector_chargsl_vector_char. block(gsl_block_char setter) -
Uses of gsl_block_char in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_block_char Modifier and Type Method Description static gsl_block_chargsl. gsl_block_char_alloc(long n)static gsl_block_chargsl. gsl_block_char_calloc(long n)Methods in org.bytedeco.gsl.global with parameters of type gsl_block_char Modifier and Type Method Description static BytePointergsl. gsl_block_char_data(gsl_block_char b)static intgsl. gsl_block_char_fprintf(gsl.FILE stream, gsl_block_char b, String format)static intgsl. gsl_block_char_fprintf(gsl.FILE stream, gsl_block_char b, BytePointer format)static intgsl. gsl_block_char_fread(gsl.FILE stream, gsl_block_char b)static voidgsl. gsl_block_char_free(gsl_block_char b)static intgsl. gsl_block_char_fscanf(gsl.FILE stream, gsl_block_char b)static intgsl. gsl_block_char_fwrite(gsl.FILE stream, gsl_block_char b)static longgsl. gsl_block_char_size(gsl_block_char b)static gsl_matrix_chargsl. gsl_matrix_char_alloc_from_block(gsl_block_char b, long offset, long n1, long n2, long d2)static gsl_vector_chargsl. gsl_vector_char_alloc_from_block(gsl_block_char b, long offset, long n, long stride)
-