Uses of Class
org.bytedeco.gsl.gsl_integration_lebedev_workspace
-
Packages that use gsl_integration_lebedev_workspace Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_integration_lebedev_workspace in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_integration_lebedev_workspace Modifier and Type Method Description gsl_integration_lebedev_workspacegsl_integration_lebedev_workspace. getPointer(long i)gsl_integration_lebedev_workspacegsl_integration_lebedev_workspace. n(long setter)gsl_integration_lebedev_workspacegsl_integration_lebedev_workspace. phi(DoublePointer setter)gsl_integration_lebedev_workspacegsl_integration_lebedev_workspace. position(long position)gsl_integration_lebedev_workspacegsl_integration_lebedev_workspace. theta(DoublePointer setter)gsl_integration_lebedev_workspacegsl_integration_lebedev_workspace. weights(DoublePointer setter)gsl_integration_lebedev_workspacegsl_integration_lebedev_workspace. x(DoublePointer setter)gsl_integration_lebedev_workspacegsl_integration_lebedev_workspace. y(DoublePointer setter)gsl_integration_lebedev_workspacegsl_integration_lebedev_workspace. z(DoublePointer setter) -
Uses of gsl_integration_lebedev_workspace in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_integration_lebedev_workspace Modifier and Type Method Description static gsl_integration_lebedev_workspacegsl. gsl_integration_lebedev_alloc(long n)Methods in org.bytedeco.gsl.global with parameters of type gsl_integration_lebedev_workspace Modifier and Type Method Description static voidgsl. gsl_integration_lebedev_free(gsl_integration_lebedev_workspace w)static longgsl. gsl_integration_lebedev_n(gsl_integration_lebedev_workspace w)
-