Uses of Class
org.bytedeco.gsl.gsl_sf_mathieu_workspace
-
Packages that use gsl_sf_mathieu_workspace Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_sf_mathieu_workspace in org.bytedeco.gsl
Methods in org.bytedeco.gsl that return gsl_sf_mathieu_workspace Modifier and Type Method Description gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. aa(DoublePointer setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. bb(DoublePointer setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. dd(DoublePointer setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. e2(DoublePointer setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. ee(DoublePointer setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. eval(gsl_vector setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. evec(gsl_matrix setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. even_order(long setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. extra_values(int setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. getPointer(long i)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. odd_order(long setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. position(long position)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. qa(double setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. qb(double setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. size(long setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. tt(DoublePointer setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. wmat(gsl_eigen_symmv_workspace setter)gsl_sf_mathieu_workspacegsl_sf_mathieu_workspace. zz(DoublePointer setter) -
Uses of gsl_sf_mathieu_workspace in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_sf_mathieu_workspace Modifier and Type Method Description static gsl_sf_mathieu_workspacegsl. gsl_sf_mathieu_alloc(long nn, double qq)Methods in org.bytedeco.gsl.global with parameters of type gsl_sf_mathieu_workspace Modifier and Type Method Description static intgsl. gsl_sf_mathieu_a_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace work, double[] result_array)static intgsl. gsl_sf_mathieu_a_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace work, DoubleBuffer result_array)static intgsl. gsl_sf_mathieu_a_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace work, DoublePointer result_array)static intgsl. gsl_sf_mathieu_b_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace work, double[] result_array)static intgsl. gsl_sf_mathieu_b_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace work, DoubleBuffer result_array)static intgsl. gsl_sf_mathieu_b_array(int order_min, int order_max, double qq, gsl_sf_mathieu_workspace work, DoublePointer result_array)static intgsl. gsl_sf_mathieu_ce_array(int nmin, int nmax, double qq, double zz, gsl_sf_mathieu_workspace work, double[] result_array)static intgsl. gsl_sf_mathieu_ce_array(int nmin, int nmax, double qq, double zz, gsl_sf_mathieu_workspace work, DoubleBuffer result_array)static intgsl. gsl_sf_mathieu_ce_array(int nmin, int nmax, double qq, double zz, gsl_sf_mathieu_workspace work, DoublePointer result_array)static voidgsl. gsl_sf_mathieu_free(gsl_sf_mathieu_workspace workspace)static intgsl. gsl_sf_mathieu_Mc_array(int kind, int nmin, int nmax, double qq, double zz, gsl_sf_mathieu_workspace work, double[] result_array)static intgsl. gsl_sf_mathieu_Mc_array(int kind, int nmin, int nmax, double qq, double zz, gsl_sf_mathieu_workspace work, DoubleBuffer result_array)static intgsl. gsl_sf_mathieu_Mc_array(int kind, int nmin, int nmax, double qq, double zz, gsl_sf_mathieu_workspace work, DoublePointer result_array)static intgsl. gsl_sf_mathieu_Ms_array(int kind, int nmin, int nmax, double qq, double zz, gsl_sf_mathieu_workspace work, double[] result_array)static intgsl. gsl_sf_mathieu_Ms_array(int kind, int nmin, int nmax, double qq, double zz, gsl_sf_mathieu_workspace work, DoubleBuffer result_array)static intgsl. gsl_sf_mathieu_Ms_array(int kind, int nmin, int nmax, double qq, double zz, gsl_sf_mathieu_workspace work, DoublePointer result_array)static intgsl. gsl_sf_mathieu_se_array(int nmin, int nmax, double qq, double zz, gsl_sf_mathieu_workspace work, double[] result_array)static intgsl. gsl_sf_mathieu_se_array(int nmin, int nmax, double qq, double zz, gsl_sf_mathieu_workspace work, DoubleBuffer result_array)static intgsl. gsl_sf_mathieu_se_array(int nmin, int nmax, double qq, double zz, gsl_sf_mathieu_workspace work, DoublePointer result_array)
-