Uses of Class
org.bytedeco.gsl.gsl_complex_float
-
Packages that use gsl_complex_float Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_complex_float in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_complex_float Modifier and Type Method Description gsl_complex_floatgsl_complex_float. dat(int i, float setter)gsl_complex_floatgsl_complex_float. getPointer(long i)gsl_complex_floatgsl_complex_float. position(long position)gsl_complex_floatgsl_fft_complex_wavetable_float. trig()gsl_complex_floatgsl_fft_halfcomplex_wavetable_float. trig()gsl_complex_floatgsl_fft_real_wavetable_float. trig()gsl_complex_floatgsl_fft_complex_wavetable_float. twiddle(int i)gsl_complex_floatgsl_fft_halfcomplex_wavetable_float. twiddle(int i)gsl_complex_floatgsl_fft_real_wavetable_float. twiddle(int i)Methods in org.bytedeco.gsl with parameters of type gsl_complex_float Modifier and Type Method Description gsl_fft_complex_wavetable_floatgsl_fft_complex_wavetable_float. trig(gsl_complex_float setter)gsl_fft_halfcomplex_wavetable_floatgsl_fft_halfcomplex_wavetable_float. trig(gsl_complex_float setter)gsl_fft_real_wavetable_floatgsl_fft_real_wavetable_float. trig(gsl_complex_float setter)gsl_fft_complex_wavetable_floatgsl_fft_complex_wavetable_float. twiddle(int i, gsl_complex_float setter)gsl_fft_halfcomplex_wavetable_floatgsl_fft_halfcomplex_wavetable_float. twiddle(int i, gsl_complex_float setter)gsl_fft_real_wavetable_floatgsl_fft_real_wavetable_float. twiddle(int i, gsl_complex_float setter) -
Uses of gsl_complex_float in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_complex_float Modifier and Type Method Description static gsl_complex_floatgsl. gsl_matrix_complex_float_const_ptr(gsl_matrix_complex_float m, long i, long j)static gsl_complex_floatgsl. gsl_matrix_complex_float_get(gsl_matrix_complex_float m, long i, long j)static gsl_complex_floatgsl. gsl_matrix_complex_float_ptr(gsl_matrix_complex_float m, long i, long j)static gsl_complex_floatgsl. gsl_spmatrix_complex_float_get(gsl_spmatrix_complex_float m, long i, long j)static gsl_complex_floatgsl. gsl_spmatrix_complex_float_ptr(gsl_spmatrix_complex_float m, long i, long j)static gsl_complex_floatgsl. gsl_vector_complex_float_const_ptr(gsl_vector_complex_float v, long i)static gsl_complex_floatgsl. gsl_vector_complex_float_get(gsl_vector_complex_float v, long i)static gsl_complex_floatgsl. gsl_vector_complex_float_ptr(gsl_vector_complex_float v, long i)
-