Uses of Class
org.bytedeco.gsl.gsl_poly_complex_workspace
-
Packages that use gsl_poly_complex_workspace Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_poly_complex_workspace in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_poly_complex_workspace Modifier and Type Method Description gsl_poly_complex_workspacegsl_poly_complex_workspace. getPointer(long i)gsl_poly_complex_workspacegsl_poly_complex_workspace. matrix(DoublePointer setter)gsl_poly_complex_workspacegsl_poly_complex_workspace. nc(long setter)gsl_poly_complex_workspacegsl_poly_complex_workspace. position(long position) -
Uses of gsl_poly_complex_workspace in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_poly_complex_workspace Modifier and Type Method Description static gsl_poly_complex_workspacegsl. gsl_poly_complex_workspace_alloc(long n)Methods in org.bytedeco.gsl.global with parameters of type gsl_poly_complex_workspace Modifier and Type Method Description static intgsl. gsl_poly_complex_solve(double[] a, long n, gsl_poly_complex_workspace w, double[] z)static intgsl. gsl_poly_complex_solve(DoubleBuffer a, long n, gsl_poly_complex_workspace w, DoubleBuffer z)static intgsl. gsl_poly_complex_solve(DoublePointer a, long n, gsl_poly_complex_workspace w, DoublePointer z)static voidgsl. gsl_poly_complex_workspace_free(gsl_poly_complex_workspace w)
-