Uses of Class
org.bytedeco.gsl.gsl_fft_complex_workspace
-
Packages that use gsl_fft_complex_workspace Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_fft_complex_workspace in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_fft_complex_workspace Modifier and Type Method Description gsl_fft_complex_workspacegsl_fft_complex_workspace. getPointer(long i)gsl_fft_complex_workspacegsl_fft_complex_workspace. n(long setter)gsl_fft_complex_workspacegsl_fft_complex_workspace. position(long position)gsl_fft_complex_workspacegsl_fft_complex_workspace. scratch(DoublePointer setter) -
Uses of gsl_fft_complex_workspace in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_fft_complex_workspace Modifier and Type Method Description static gsl_fft_complex_workspacegsl. gsl_fft_complex_workspace_alloc(long n)
-