Uses of Class
org.bytedeco.gsl.gsl_vector_short
-
Packages that use gsl_vector_short Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_vector_short in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_vector_short Modifier and Type Method Description gsl_vector_shortgsl_vector_short. block(gsl_block_short setter)gsl_vector_shortgsl_vector_short. data(ShortPointer setter)gsl_vector_shortgsl_vector_short. getPointer(long i)gsl_vector_shortgsl_vector_short. owner(int setter)gsl_vector_shortgsl_vector_short. position(long position)gsl_vector_shortgsl_vector_short. size(long setter)gsl_vector_shortgsl_vector_short. stride(long setter)gsl_vector_short_gsl_vector_short_const_view. vector()gsl_vector_short_gsl_vector_short_view. vector()Methods in org.bytedeco.gsl with parameters of type gsl_vector_short Modifier and Type Method Description _gsl_vector_short_const_view_gsl_vector_short_const_view. vector(gsl_vector_short setter)_gsl_vector_short_view_gsl_vector_short_view. vector(gsl_vector_short setter) -
Uses of gsl_vector_short in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_vector_short Modifier and Type Method Description static gsl_vector_shortgsl. gsl_vector_short_alloc(long n)static gsl_vector_shortgsl. gsl_vector_short_alloc_col_from_matrix(gsl_matrix_short m, long j)static gsl_vector_shortgsl. gsl_vector_short_alloc_from_block(gsl_block_short b, long offset, long n, long stride)static gsl_vector_shortgsl. gsl_vector_short_alloc_from_vector(gsl_vector_short v, long offset, long n, long stride)static gsl_vector_shortgsl. gsl_vector_short_alloc_row_from_matrix(gsl_matrix_short m, long i)static gsl_vector_shortgsl. gsl_vector_short_calloc(long n)
-