Uses of Class
org.bytedeco.gsl.gsl_vector_complex_float
-
Packages that use gsl_vector_complex_float Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_vector_complex_float in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_vector_complex_float Modifier and Type Method Description gsl_vector_complex_floatgsl_vector_complex_float. block(gsl_block_complex_float setter)gsl_vector_complex_floatgsl_vector_complex_float. data(FloatPointer setter)gsl_vector_complex_floatgsl_vector_complex_float. getPointer(long i)gsl_vector_complex_floatgsl_vector_complex_float. owner(int setter)gsl_vector_complex_floatgsl_vector_complex_float. position(long position)gsl_vector_complex_floatgsl_vector_complex_float. size(long setter)gsl_vector_complex_floatgsl_vector_complex_float. stride(long setter)gsl_vector_complex_float_gsl_vector_complex_float_const_view. vector()gsl_vector_complex_float_gsl_vector_complex_float_view. vector()Methods in org.bytedeco.gsl with parameters of type gsl_vector_complex_float Modifier and Type Method Description _gsl_vector_complex_float_const_view_gsl_vector_complex_float_const_view. vector(gsl_vector_complex_float setter)_gsl_vector_complex_float_view_gsl_vector_complex_float_view. vector(gsl_vector_complex_float setter) -
Uses of gsl_vector_complex_float in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_vector_complex_float Modifier and Type Method Description static gsl_vector_complex_floatgsl. gsl_vector_complex_float_alloc(long n)static gsl_vector_complex_floatgsl. gsl_vector_complex_float_alloc_col_from_matrix(gsl_matrix_complex_float m, long j)static gsl_vector_complex_floatgsl. gsl_vector_complex_float_alloc_from_block(gsl_block_complex_float b, long offset, long n, long stride)static gsl_vector_complex_floatgsl. gsl_vector_complex_float_alloc_from_vector(gsl_vector_complex_float v, long offset, long n, long stride)static gsl_vector_complex_floatgsl. gsl_vector_complex_float_alloc_row_from_matrix(gsl_matrix_complex_float m, long i)static gsl_vector_complex_floatgsl. gsl_vector_complex_float_calloc(long n)
-