Uses of Class
org.bytedeco.gsl.gsl_vector_uchar
-
Packages that use gsl_vector_uchar Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_vector_uchar in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_vector_uchar Modifier and Type Method Description gsl_vector_uchargsl_vector_uchar. block(gsl_block_uchar setter)gsl_vector_uchargsl_vector_uchar. data(BytePointer setter)gsl_vector_uchargsl_vector_uchar. getPointer(long i)gsl_vector_uchargsl_vector_uchar. owner(int setter)gsl_vector_uchargsl_vector_uchar. position(long position)gsl_vector_uchargsl_vector_uchar. size(long setter)gsl_vector_uchargsl_vector_uchar. stride(long setter)gsl_vector_uchar_gsl_vector_uchar_const_view. vector()gsl_vector_uchar_gsl_vector_uchar_view. vector()Methods in org.bytedeco.gsl with parameters of type gsl_vector_uchar Modifier and Type Method Description _gsl_vector_uchar_const_view_gsl_vector_uchar_const_view. vector(gsl_vector_uchar setter)_gsl_vector_uchar_view_gsl_vector_uchar_view. vector(gsl_vector_uchar setter) -
Uses of gsl_vector_uchar in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_vector_uchar Modifier and Type Method Description static gsl_vector_uchargsl. gsl_vector_uchar_alloc(long n)static gsl_vector_uchargsl. gsl_vector_uchar_alloc_col_from_matrix(gsl_matrix_uchar m, long j)static gsl_vector_uchargsl. gsl_vector_uchar_alloc_from_block(gsl_block_uchar b, long offset, long n, long stride)static gsl_vector_uchargsl. gsl_vector_uchar_alloc_from_vector(gsl_vector_uchar v, long offset, long n, long stride)static gsl_vector_uchargsl. gsl_vector_uchar_alloc_row_from_matrix(gsl_matrix_uchar m, long i)static gsl_vector_uchargsl. gsl_vector_uchar_calloc(long n)
-