Uses of Class
org.bytedeco.gsl.gsl_integration_qawo_table
-
Packages that use gsl_integration_qawo_table Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_integration_qawo_table in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_integration_qawo_table Modifier and Type Method Description gsl_integration_qawo_tablegsl_integration_qawo_table. chebmo(DoublePointer setter)gsl_integration_qawo_tablegsl_integration_qawo_table. getPointer(long i)gsl_integration_qawo_tablegsl_integration_qawo_table. L(double setter)gsl_integration_qawo_tablegsl_integration_qawo_table. n(long setter)gsl_integration_qawo_tablegsl_integration_qawo_table. omega(double setter)gsl_integration_qawo_tablegsl_integration_qawo_table. par(double setter)gsl_integration_qawo_tablegsl_integration_qawo_table. position(long position)gsl_integration_qawo_tablegsl_integration_qawo_table. sine(int setter) -
Uses of gsl_integration_qawo_table in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_integration_qawo_table Modifier and Type Method Description static gsl_integration_qawo_tablegsl. gsl_integration_qawo_table_alloc(double omega, double L, int sine, long n)
-