Uses of Class
org.bytedeco.gsl.gsl_integration_glfixed_table
-
Packages that use gsl_integration_glfixed_table Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_integration_glfixed_table in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_integration_glfixed_table Modifier and Type Method Description gsl_integration_glfixed_tablegsl_integration_glfixed_table. getPointer(long i)gsl_integration_glfixed_tablegsl_integration_glfixed_table. n(long setter)gsl_integration_glfixed_tablegsl_integration_glfixed_table. position(long position)gsl_integration_glfixed_tablegsl_integration_glfixed_table. precomputed(int setter)gsl_integration_glfixed_tablegsl_integration_glfixed_table. w(DoublePointer setter)gsl_integration_glfixed_tablegsl_integration_glfixed_table. x(DoublePointer setter) -
Uses of gsl_integration_glfixed_table in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_integration_glfixed_table Modifier and Type Method Description static gsl_integration_glfixed_tablegsl. gsl_integration_glfixed_table_alloc(long n)Methods in org.bytedeco.gsl.global with parameters of type gsl_integration_glfixed_table Modifier and Type Method Description static doublegsl. gsl_integration_glfixed(gsl_function f, double a, double b, gsl_integration_glfixed_table t)static intgsl. gsl_integration_glfixed_point(double a, double b, long i, double[] xi, double[] wi, gsl_integration_glfixed_table t)static intgsl. gsl_integration_glfixed_point(double a, double b, long i, DoubleBuffer xi, DoubleBuffer wi, gsl_integration_glfixed_table t)static intgsl. gsl_integration_glfixed_point(double a, double b, long i, DoublePointer xi, DoublePointer wi, gsl_integration_glfixed_table t)static voidgsl. gsl_integration_glfixed_table_free(gsl_integration_glfixed_table t)
-