Uses of Class
org.bytedeco.gsl.gsl_vector_int
-
Packages that use gsl_vector_int Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_vector_int in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_vector_int Modifier and Type Method Description gsl_vector_intgsl_vector_int. block(gsl_block_int setter)gsl_vector_intgsl_vector_int. data(IntPointer setter)gsl_vector_intgsl_vector_int. getPointer(long i)gsl_vector_intgsl_vector_int. owner(int setter)gsl_vector_intgsl_vector_int. position(long position)gsl_vector_intgsl_vector_int. size(long setter)gsl_vector_intgsl_vector_int. stride(long setter)gsl_vector_int_gsl_vector_int_const_view. vector()gsl_vector_int_gsl_vector_int_view. vector()Methods in org.bytedeco.gsl with parameters of type gsl_vector_int Modifier and Type Method Description _gsl_vector_int_const_view_gsl_vector_int_const_view. vector(gsl_vector_int setter)_gsl_vector_int_view_gsl_vector_int_view. vector(gsl_vector_int setter) -
Uses of gsl_vector_int in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_vector_int Modifier and Type Method Description static gsl_vector_intgsl. gsl_vector_int_alloc(long n)static gsl_vector_intgsl. gsl_vector_int_alloc_col_from_matrix(gsl_matrix_int m, long j)static gsl_vector_intgsl. gsl_vector_int_alloc_from_block(gsl_block_int b, long offset, long n, long stride)static gsl_vector_intgsl. gsl_vector_int_alloc_from_vector(gsl_vector_int v, long offset, long n, long stride)static gsl_vector_intgsl. gsl_vector_int_alloc_row_from_matrix(gsl_matrix_int m, long i)static gsl_vector_intgsl. gsl_vector_int_calloc(long n)
-