Uses of Class
org.bytedeco.gsl.gsl_block
-
Packages that use gsl_block Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_block in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_block Modifier and Type Method Description gsl_blockgsl_matrix. block()gsl_blockgsl_vector. block()gsl_blockgsl_block. data(DoublePointer setter)gsl_blockgsl_block. getPointer(long i)gsl_blockgsl_block. position(long position)gsl_blockgsl_block. size(long setter)Methods in org.bytedeco.gsl with parameters of type gsl_block Modifier and Type Method Description gsl_matrixgsl_matrix. block(gsl_block setter)gsl_vectorgsl_vector. block(gsl_block setter) -
Uses of gsl_block in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_block Modifier and Type Method Description static gsl_blockgsl. gsl_block_alloc(long n)static gsl_blockgsl. gsl_block_calloc(long n)Methods in org.bytedeco.gsl.global with parameters of type gsl_block Modifier and Type Method Description static DoublePointergsl. gsl_block_data(gsl_block b)static intgsl. gsl_block_fprintf(gsl.FILE stream, gsl_block b, String format)static intgsl. gsl_block_fprintf(gsl.FILE stream, gsl_block b, BytePointer format)static intgsl. gsl_block_fread(gsl.FILE stream, gsl_block b)static voidgsl. gsl_block_free(gsl_block b)static intgsl. gsl_block_fscanf(gsl.FILE stream, gsl_block b)static intgsl. gsl_block_fwrite(gsl.FILE stream, gsl_block b)static longgsl. gsl_block_size(gsl_block b)static gsl_matrixgsl. gsl_matrix_alloc_from_block(gsl_block b, long offset, long n1, long n2, long d2)static gsl_vectorgsl. gsl_vector_alloc_from_block(gsl_block b, long offset, long n, long stride)
-