Uses of Class
org.bytedeco.gsl.gsl_integration_qaws_table
-
Packages that use gsl_integration_qaws_table Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_integration_qaws_table in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_integration_qaws_table Modifier and Type Method Description gsl_integration_qaws_tablegsl_integration_qaws_table. alpha(double setter)gsl_integration_qaws_tablegsl_integration_qaws_table. beta(double setter)gsl_integration_qaws_tablegsl_integration_qaws_table. getPointer(long i)gsl_integration_qaws_tablegsl_integration_qaws_table. mu(int setter)gsl_integration_qaws_tablegsl_integration_qaws_table. nu(int setter)gsl_integration_qaws_tablegsl_integration_qaws_table. position(long position)gsl_integration_qaws_tablegsl_integration_qaws_table. rg(int i, double setter)gsl_integration_qaws_tablegsl_integration_qaws_table. rh(int i, double setter)gsl_integration_qaws_tablegsl_integration_qaws_table. ri(int i, double setter)gsl_integration_qaws_tablegsl_integration_qaws_table. rj(int i, double setter) -
Uses of gsl_integration_qaws_table in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_integration_qaws_table Modifier and Type Method Description static gsl_integration_qaws_tablegsl. gsl_integration_qaws_table_alloc(double alpha, double beta, int mu, int nu)Methods in org.bytedeco.gsl.global with parameters of type gsl_integration_qaws_table Modifier and Type Method Description static intgsl. gsl_integration_qaws(gsl_function f, double a, double b, gsl_integration_qaws_table t, double epsabs, double epsrel, long _limit, gsl_integration_workspace workspace, double[] result, double[] abserr)static intgsl. gsl_integration_qaws(gsl_function f, double a, double b, gsl_integration_qaws_table t, double epsabs, double epsrel, long _limit, gsl_integration_workspace workspace, DoubleBuffer result, DoubleBuffer abserr)static intgsl. gsl_integration_qaws(gsl_function f, double a, double b, gsl_integration_qaws_table t, double epsabs, double epsrel, long _limit, gsl_integration_workspace workspace, DoublePointer result, DoublePointer abserr)static voidgsl. gsl_integration_qaws_table_free(gsl_integration_qaws_table t)static intgsl. gsl_integration_qaws_table_set(gsl_integration_qaws_table t, double alpha, double beta, int mu, int nu)
-