Uses of Class
org.bytedeco.gsl.gsl_block_float
-
Packages that use gsl_block_float Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_block_float in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_block_float Modifier and Type Method Description gsl_block_floatgsl_matrix_float. block()gsl_block_floatgsl_vector_float. block()gsl_block_floatgsl_block_float. data(FloatPointer setter)gsl_block_floatgsl_block_float. getPointer(long i)gsl_block_floatgsl_block_float. position(long position)gsl_block_floatgsl_block_float. size(long setter)Methods in org.bytedeco.gsl with parameters of type gsl_block_float Modifier and Type Method Description gsl_matrix_floatgsl_matrix_float. block(gsl_block_float setter)gsl_vector_floatgsl_vector_float. block(gsl_block_float setter) -
Uses of gsl_block_float in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_block_float Modifier and Type Method Description static gsl_block_floatgsl. gsl_block_float_alloc(long n)static gsl_block_floatgsl. gsl_block_float_calloc(long n)Methods in org.bytedeco.gsl.global with parameters of type gsl_block_float Modifier and Type Method Description static FloatPointergsl. gsl_block_float_data(gsl_block_float b)static intgsl. gsl_block_float_fprintf(gsl.FILE stream, gsl_block_float b, String format)static intgsl. gsl_block_float_fprintf(gsl.FILE stream, gsl_block_float b, BytePointer format)static intgsl. gsl_block_float_fread(gsl.FILE stream, gsl_block_float b)static voidgsl. gsl_block_float_free(gsl_block_float b)static intgsl. gsl_block_float_fscanf(gsl.FILE stream, gsl_block_float b)static intgsl. gsl_block_float_fwrite(gsl.FILE stream, gsl_block_float b)static longgsl. gsl_block_float_size(gsl_block_float b)static gsl_matrix_floatgsl. gsl_matrix_float_alloc_from_block(gsl_block_float b, long offset, long n1, long n2, long d2)static gsl_vector_floatgsl. gsl_vector_float_alloc_from_block(gsl_block_float b, long offset, long n, long stride)
-