Uses of Class
org.bytedeco.gsl.gsl_integration_fixed_workspace
-
Packages that use gsl_integration_fixed_workspace Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_integration_fixed_workspace in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_integration_fixed_workspace Modifier and Type Method Description gsl_integration_fixed_workspacegsl_integration_fixed_workspace. diag(DoublePointer setter)gsl_integration_fixed_workspacegsl_integration_fixed_workspace. getPointer(long i)gsl_integration_fixed_workspacegsl_integration_fixed_workspace. n(long setter)gsl_integration_fixed_workspacegsl_integration_fixed_workspace. position(long position)gsl_integration_fixed_workspacegsl_integration_fixed_workspace. subdiag(DoublePointer setter)gsl_integration_fixed_workspacegsl_integration_fixed_workspace. type(gsl_integration_fixed_type setter)gsl_integration_fixed_workspacegsl_integration_fixed_workspace. weights(DoublePointer setter)gsl_integration_fixed_workspacegsl_integration_fixed_workspace. x(DoublePointer setter) -
Uses of gsl_integration_fixed_workspace in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_integration_fixed_workspace Modifier and Type Method Description static gsl_integration_fixed_workspacegsl. gsl_integration_fixed_alloc(gsl_integration_fixed_type type, long n, double a, double b, double alpha, double beta)Methods in org.bytedeco.gsl.global with parameters of type gsl_integration_fixed_workspace Modifier and Type Method Description static intgsl. gsl_integration_fixed(gsl_function func, double[] result, gsl_integration_fixed_workspace w)static intgsl. gsl_integration_fixed(gsl_function func, DoubleBuffer result, gsl_integration_fixed_workspace w)static intgsl. gsl_integration_fixed(gsl_function func, DoublePointer result, gsl_integration_fixed_workspace w)static voidgsl. gsl_integration_fixed_free(gsl_integration_fixed_workspace w)static longgsl. gsl_integration_fixed_n(gsl_integration_fixed_workspace w)static DoublePointergsl. gsl_integration_fixed_nodes(gsl_integration_fixed_workspace w)static DoublePointergsl. gsl_integration_fixed_weights(gsl_integration_fixed_workspace w)
-