Uses of Class
org.bytedeco.gsl.gsl_integration_romberg_workspace
-
Packages that use gsl_integration_romberg_workspace Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_integration_romberg_workspace in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_integration_romberg_workspace Modifier and Type Method Description gsl_integration_romberg_workspacegsl_integration_romberg_workspace. getPointer(long i)gsl_integration_romberg_workspacegsl_integration_romberg_workspace. n(long setter)gsl_integration_romberg_workspacegsl_integration_romberg_workspace. position(long position)gsl_integration_romberg_workspacegsl_integration_romberg_workspace. work1(DoublePointer setter)gsl_integration_romberg_workspacegsl_integration_romberg_workspace. work2(DoublePointer setter) -
Uses of gsl_integration_romberg_workspace in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_integration_romberg_workspace Modifier and Type Method Description static gsl_integration_romberg_workspacegsl. gsl_integration_romberg_alloc(long n)Methods in org.bytedeco.gsl.global with parameters of type gsl_integration_romberg_workspace Modifier and Type Method Description static intgsl. gsl_integration_romberg(gsl_function f, double a, double b, double epsabs, double epsrel, double[] result, SizeTPointer neval, gsl_integration_romberg_workspace w)static intgsl. gsl_integration_romberg(gsl_function f, double a, double b, double epsabs, double epsrel, DoubleBuffer result, SizeTPointer neval, gsl_integration_romberg_workspace w)static intgsl. gsl_integration_romberg(gsl_function f, double a, double b, double epsabs, double epsrel, DoublePointer result, SizeTPointer neval, gsl_integration_romberg_workspace w)static voidgsl. gsl_integration_romberg_free(gsl_integration_romberg_workspace w)
-