Uses of Class
org.bytedeco.gsl.gsl_sum_levin_u_workspace
-
Packages that use gsl_sum_levin_u_workspace Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_sum_levin_u_workspace in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_sum_levin_u_workspace Modifier and Type Method Description gsl_sum_levin_u_workspacegsl_sum_levin_u_workspace. dq_den(DoublePointer setter)gsl_sum_levin_u_workspacegsl_sum_levin_u_workspace. dq_num(DoublePointer setter)gsl_sum_levin_u_workspacegsl_sum_levin_u_workspace. dsum(DoublePointer setter)gsl_sum_levin_u_workspacegsl_sum_levin_u_workspace. getPointer(long i)gsl_sum_levin_u_workspacegsl_sum_levin_u_workspace. i(long setter)gsl_sum_levin_u_workspacegsl_sum_levin_u_workspace. position(long position)gsl_sum_levin_u_workspacegsl_sum_levin_u_workspace. q_den(DoublePointer setter)gsl_sum_levin_u_workspacegsl_sum_levin_u_workspace. q_num(DoublePointer setter)gsl_sum_levin_u_workspacegsl_sum_levin_u_workspace. size(long setter)gsl_sum_levin_u_workspacegsl_sum_levin_u_workspace. sum_plain(double setter)gsl_sum_levin_u_workspacegsl_sum_levin_u_workspace. terms_used(long setter) -
Uses of gsl_sum_levin_u_workspace in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_sum_levin_u_workspace Modifier and Type Method Description static gsl_sum_levin_u_workspacegsl. gsl_sum_levin_u_alloc(long n)Methods in org.bytedeco.gsl.global with parameters of type gsl_sum_levin_u_workspace Modifier and Type Method Description static intgsl. gsl_sum_levin_u_accel(double[] array, long n, gsl_sum_levin_u_workspace w, double[] sum_accel, double[] abserr)static intgsl. gsl_sum_levin_u_accel(DoubleBuffer array, long n, gsl_sum_levin_u_workspace w, DoubleBuffer sum_accel, DoubleBuffer abserr)static intgsl. gsl_sum_levin_u_accel(DoublePointer array, long n, gsl_sum_levin_u_workspace w, DoublePointer sum_accel, DoublePointer abserr)static voidgsl. gsl_sum_levin_u_free(gsl_sum_levin_u_workspace w)static intgsl. gsl_sum_levin_u_minmax(double[] array, long n, long min_terms, long max_terms, gsl_sum_levin_u_workspace w, double[] sum_accel, double[] abserr)static intgsl. gsl_sum_levin_u_minmax(DoubleBuffer array, long n, long min_terms, long max_terms, gsl_sum_levin_u_workspace w, DoubleBuffer sum_accel, DoubleBuffer abserr)static intgsl. gsl_sum_levin_u_minmax(DoublePointer array, long n, long min_terms, long max_terms, gsl_sum_levin_u_workspace w, DoublePointer sum_accel, DoublePointer abserr)static intgsl. gsl_sum_levin_u_step(double term, long n, long nmax, gsl_sum_levin_u_workspace w, double[] sum_accel)static intgsl. gsl_sum_levin_u_step(double term, long n, long nmax, gsl_sum_levin_u_workspace w, DoubleBuffer sum_accel)static intgsl. gsl_sum_levin_u_step(double term, long n, long nmax, gsl_sum_levin_u_workspace w, DoublePointer sum_accel)
-