static int |
gsl.gsl_cheb_init(gsl_cheb_series cs,
gsl_function func,
double a,
double b) |
static int |
gsl.gsl_cheb_init(gsl_cheb_series cs,
gsl_function func,
double a,
double b) |
static int |
gsl.gsl_deriv_backward(gsl_function f,
double x,
double h,
double[] result,
double[] abserr) |
static int |
gsl.gsl_deriv_backward(gsl_function f,
double x,
double h,
double[] result,
double[] abserr) |
static int |
gsl.gsl_deriv_backward(gsl_function f,
double x,
double h,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_deriv_backward(gsl_function f,
double x,
double h,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_deriv_backward(gsl_function f,
double x,
double h,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_deriv_backward(gsl_function f,
double x,
double h,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_deriv_central(gsl_function f,
double x,
double h,
double[] result,
double[] abserr) |
static int |
gsl.gsl_deriv_central(gsl_function f,
double x,
double h,
double[] result,
double[] abserr) |
static int |
gsl.gsl_deriv_central(gsl_function f,
double x,
double h,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_deriv_central(gsl_function f,
double x,
double h,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_deriv_central(gsl_function f,
double x,
double h,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_deriv_central(gsl_function f,
double x,
double h,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_deriv_forward(gsl_function f,
double x,
double h,
double[] result,
double[] abserr) |
static int |
gsl.gsl_deriv_forward(gsl_function f,
double x,
double h,
double[] result,
double[] abserr) |
static int |
gsl.gsl_deriv_forward(gsl_function f,
double x,
double h,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_deriv_forward(gsl_function f,
double x,
double h,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_deriv_forward(gsl_function f,
double x,
double h,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_deriv_forward(gsl_function f,
double x,
double h,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_diff_backward(gsl_function f,
double x,
double[] result,
double[] abserr) |
static int |
gsl.gsl_diff_backward(gsl_function f,
double x,
double[] result,
double[] abserr) |
static int |
gsl.gsl_diff_backward(gsl_function f,
double x,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_diff_backward(gsl_function f,
double x,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_diff_backward(gsl_function f,
double x,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_diff_backward(gsl_function f,
double x,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_diff_central(gsl_function f,
double x,
double[] result,
double[] abserr) |
static int |
gsl.gsl_diff_central(gsl_function f,
double x,
double[] result,
double[] abserr) |
static int |
gsl.gsl_diff_central(gsl_function f,
double x,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_diff_central(gsl_function f,
double x,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_diff_central(gsl_function f,
double x,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_diff_central(gsl_function f,
double x,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_diff_forward(gsl_function f,
double x,
double[] result,
double[] abserr) |
static int |
gsl.gsl_diff_forward(gsl_function f,
double x,
double[] result,
double[] abserr) |
static int |
gsl.gsl_diff_forward(gsl_function f,
double x,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_diff_forward(gsl_function f,
double x,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_diff_forward(gsl_function f,
double x,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_diff_forward(gsl_function f,
double x,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_cquad(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
gsl_integration_cquad_workspace ws,
double[] result,
double[] abserr,
SizeTPointer nevals) |
static int |
gsl.gsl_integration_cquad(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
gsl_integration_cquad_workspace ws,
double[] result,
double[] abserr,
SizeTPointer nevals) |
static int |
gsl.gsl_integration_cquad(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
gsl_integration_cquad_workspace ws,
DoubleBuffer result,
DoubleBuffer abserr,
SizeTPointer nevals) |
static int |
gsl.gsl_integration_cquad(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
gsl_integration_cquad_workspace ws,
DoubleBuffer result,
DoubleBuffer abserr,
SizeTPointer nevals) |
static int |
gsl.gsl_integration_cquad(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
gsl_integration_cquad_workspace ws,
DoublePointer result,
DoublePointer abserr,
SizeTPointer nevals) |
static int |
gsl.gsl_integration_cquad(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
gsl_integration_cquad_workspace ws,
DoublePointer result,
DoublePointer abserr,
SizeTPointer nevals) |
static int |
gsl.gsl_integration_fixed(gsl_function func,
double[] result,
gsl_integration_fixed_workspace w) |
static int |
gsl.gsl_integration_fixed(gsl_function func,
double[] result,
gsl_integration_fixed_workspace w) |
static int |
gsl.gsl_integration_fixed(gsl_function func,
DoubleBuffer result,
gsl_integration_fixed_workspace w) |
static int |
gsl.gsl_integration_fixed(gsl_function func,
DoubleBuffer result,
gsl_integration_fixed_workspace w) |
static int |
gsl.gsl_integration_fixed(gsl_function func,
DoublePointer result,
gsl_integration_fixed_workspace w) |
static int |
gsl.gsl_integration_fixed(gsl_function func,
DoublePointer result,
gsl_integration_fixed_workspace w) |
static double |
gsl.gsl_integration_glfixed(gsl_function f,
double a,
double b,
gsl_integration_glfixed_table t) |
static double |
gsl.gsl_integration_glfixed(gsl_function f,
double a,
double b,
gsl_integration_glfixed_table t) |
static int |
gsl.gsl_integration_qag(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
long _limit,
int key,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qag(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
long _limit,
int key,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qag(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
long _limit,
int key,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qag(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
long _limit,
int key,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qag(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
long _limit,
int key,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qag(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
long _limit,
int key,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qagi(gsl_function f,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qagi(gsl_function f,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qagi(gsl_function f,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qagi(gsl_function f,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qagi(gsl_function f,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qagi(gsl_function f,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qagil(gsl_function f,
double b,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qagil(gsl_function f,
double b,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qagil(gsl_function f,
double b,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qagil(gsl_function f,
double b,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qagil(gsl_function f,
double b,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qagil(gsl_function f,
double b,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qagiu(gsl_function f,
double a,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qagiu(gsl_function f,
double a,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qagiu(gsl_function f,
double a,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qagiu(gsl_function f,
double a,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qagiu(gsl_function f,
double a,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qagiu(gsl_function f,
double a,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qagp(gsl_function f,
double[] pts,
long npts,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qagp(gsl_function f,
double[] pts,
long npts,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qagp(gsl_function f,
DoubleBuffer pts,
long npts,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qagp(gsl_function f,
DoubleBuffer pts,
long npts,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qagp(gsl_function f,
DoublePointer pts,
long npts,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qagp(gsl_function f,
DoublePointer pts,
long npts,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qags(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qags(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qags(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qags(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qags(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qags(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qawc(gsl_function f,
double a,
double b,
double c,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qawc(gsl_function f,
double a,
double b,
double c,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qawc(gsl_function f,
double a,
double b,
double c,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qawc(gsl_function f,
double a,
double b,
double c,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qawc(gsl_function f,
double a,
double b,
double c,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qawc(gsl_function f,
double a,
double b,
double c,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qawf(gsl_function f,
double a,
double epsabs,
long _limit,
gsl_integration_workspace workspace,
gsl_integration_workspace cycle_workspace,
gsl_integration_qawo_table wf,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qawf(gsl_function f,
double a,
double epsabs,
long _limit,
gsl_integration_workspace workspace,
gsl_integration_workspace cycle_workspace,
gsl_integration_qawo_table wf,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qawf(gsl_function f,
double a,
double epsabs,
long _limit,
gsl_integration_workspace workspace,
gsl_integration_workspace cycle_workspace,
gsl_integration_qawo_table wf,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qawf(gsl_function f,
double a,
double epsabs,
long _limit,
gsl_integration_workspace workspace,
gsl_integration_workspace cycle_workspace,
gsl_integration_qawo_table wf,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qawf(gsl_function f,
double a,
double epsabs,
long _limit,
gsl_integration_workspace workspace,
gsl_integration_workspace cycle_workspace,
gsl_integration_qawo_table wf,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qawf(gsl_function f,
double a,
double epsabs,
long _limit,
gsl_integration_workspace workspace,
gsl_integration_workspace cycle_workspace,
gsl_integration_qawo_table wf,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qawo(gsl_function f,
double a,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
gsl_integration_qawo_table wf,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qawo(gsl_function f,
double a,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
gsl_integration_qawo_table wf,
double[] result,
double[] abserr) |
static int |
gsl.gsl_integration_qawo(gsl_function f,
double a,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
gsl_integration_qawo_table wf,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qawo(gsl_function f,
double a,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
gsl_integration_qawo_table wf,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_integration_qawo(gsl_function f,
double a,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
gsl_integration_qawo_table wf,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.gsl_integration_qawo(gsl_function f,
double a,
double epsabs,
double epsrel,
long _limit,
gsl_integration_workspace workspace,
gsl_integration_qawo_table wf,
DoublePointer result,
DoublePointer abserr) |
static int |
gsl.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 int |
gsl.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 int |
gsl.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 int |
gsl.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 int |
gsl.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 int |
gsl.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 void |
gsl.gsl_integration_qcheb(gsl_function f,
double a,
double b,
double[] cheb12,
double[] cheb24) |
static void |
gsl.gsl_integration_qcheb(gsl_function f,
double a,
double b,
double[] cheb12,
double[] cheb24) |
static void |
gsl.gsl_integration_qcheb(gsl_function f,
double a,
double b,
DoubleBuffer cheb12,
DoubleBuffer cheb24) |
static void |
gsl.gsl_integration_qcheb(gsl_function f,
double a,
double b,
DoubleBuffer cheb12,
DoubleBuffer cheb24) |
static void |
gsl.gsl_integration_qcheb(gsl_function f,
double a,
double b,
DoublePointer cheb12,
DoublePointer cheb24) |
static void |
gsl.gsl_integration_qcheb(gsl_function f,
double a,
double b,
DoublePointer cheb12,
DoublePointer cheb24) |
static void |
gsl.gsl_integration_qk(int n,
double[] xgk,
double[] wg,
double[] wgk,
double[] fv1,
double[] fv2,
gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk(int n,
double[] xgk,
double[] wg,
double[] wgk,
double[] fv1,
double[] fv2,
gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk(int n,
DoubleBuffer xgk,
DoubleBuffer wg,
DoubleBuffer wgk,
DoubleBuffer fv1,
DoubleBuffer fv2,
gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk(int n,
DoubleBuffer xgk,
DoubleBuffer wg,
DoubleBuffer wgk,
DoubleBuffer fv1,
DoubleBuffer fv2,
gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk(int n,
DoublePointer xgk,
DoublePointer wg,
DoublePointer wgk,
DoublePointer fv1,
DoublePointer fv2,
gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static void |
gsl.gsl_integration_qk(int n,
DoublePointer xgk,
DoublePointer wg,
DoublePointer wgk,
DoublePointer fv1,
DoublePointer fv2,
gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static void |
gsl.gsl_integration_qk15(gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk15(gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk15(gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk15(gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk15(gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static void |
gsl.gsl_integration_qk15(gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static void |
gsl.gsl_integration_qk21(gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk21(gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk21(gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk21(gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk21(gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static void |
gsl.gsl_integration_qk21(gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static void |
gsl.gsl_integration_qk31(gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk31(gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk31(gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk31(gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk31(gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static void |
gsl.gsl_integration_qk31(gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static void |
gsl.gsl_integration_qk41(gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk41(gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk41(gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk41(gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk41(gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static void |
gsl.gsl_integration_qk41(gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static void |
gsl.gsl_integration_qk51(gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk51(gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk51(gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk51(gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk51(gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static void |
gsl.gsl_integration_qk51(gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static void |
gsl.gsl_integration_qk61(gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk61(gsl_function f,
double a,
double b,
double[] result,
double[] abserr,
double[] resabs,
double[] resasc) |
static void |
gsl.gsl_integration_qk61(gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk61(gsl_function f,
double a,
double b,
DoubleBuffer result,
DoubleBuffer abserr,
DoubleBuffer resabs,
DoubleBuffer resasc) |
static void |
gsl.gsl_integration_qk61(gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static void |
gsl.gsl_integration_qk61(gsl_function f,
double a,
double b,
DoublePointer result,
DoublePointer abserr,
DoublePointer resabs,
DoublePointer resasc) |
static int |
gsl.gsl_integration_qng(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
double[] result,
double[] abserr,
SizeTPointer neval) |
static int |
gsl.gsl_integration_qng(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
double[] result,
double[] abserr,
SizeTPointer neval) |
static int |
gsl.gsl_integration_qng(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
DoubleBuffer result,
DoubleBuffer abserr,
SizeTPointer neval) |
static int |
gsl.gsl_integration_qng(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
DoubleBuffer result,
DoubleBuffer abserr,
SizeTPointer neval) |
static int |
gsl.gsl_integration_qng(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
DoublePointer result,
DoublePointer abserr,
SizeTPointer neval) |
static int |
gsl.gsl_integration_qng(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
DoublePointer result,
DoublePointer abserr,
SizeTPointer neval) |
static int |
gsl.gsl_integration_romberg(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
double[] result,
SizeTPointer neval,
gsl_integration_romberg_workspace w) |
static int |
gsl.gsl_integration_romberg(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
double[] result,
SizeTPointer neval,
gsl_integration_romberg_workspace w) |
static int |
gsl.gsl_integration_romberg(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
DoubleBuffer result,
SizeTPointer neval,
gsl_integration_romberg_workspace w) |
static int |
gsl.gsl_integration_romberg(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
DoubleBuffer result,
SizeTPointer neval,
gsl_integration_romberg_workspace w) |
static int |
gsl.gsl_integration_romberg(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
DoublePointer result,
SizeTPointer neval,
gsl_integration_romberg_workspace w) |
static int |
gsl.gsl_integration_romberg(gsl_function f,
double a,
double b,
double epsabs,
double epsrel,
DoublePointer result,
SizeTPointer neval,
gsl_integration_romberg_workspace w) |
static int |
gsl.gsl_min_find_bracket(gsl_function f,
double[] x_minimum,
double[] f_minimum,
double[] x_lower,
double[] f_lower,
double[] x_upper,
double[] f_upper,
long eval_max) |
static int |
gsl.gsl_min_find_bracket(gsl_function f,
double[] x_minimum,
double[] f_minimum,
double[] x_lower,
double[] f_lower,
double[] x_upper,
double[] f_upper,
long eval_max) |
static int |
gsl.gsl_min_find_bracket(gsl_function f,
DoubleBuffer x_minimum,
DoubleBuffer f_minimum,
DoubleBuffer x_lower,
DoubleBuffer f_lower,
DoubleBuffer x_upper,
DoubleBuffer f_upper,
long eval_max) |
static int |
gsl.gsl_min_find_bracket(gsl_function f,
DoubleBuffer x_minimum,
DoubleBuffer f_minimum,
DoubleBuffer x_lower,
DoubleBuffer f_lower,
DoubleBuffer x_upper,
DoubleBuffer f_upper,
long eval_max) |
static int |
gsl.gsl_min_find_bracket(gsl_function f,
DoublePointer x_minimum,
DoublePointer f_minimum,
DoublePointer x_lower,
DoublePointer f_lower,
DoublePointer x_upper,
DoublePointer f_upper,
long eval_max) |
static int |
gsl.gsl_min_find_bracket(gsl_function f,
DoublePointer x_minimum,
DoublePointer f_minimum,
DoublePointer x_lower,
DoublePointer f_lower,
DoublePointer x_upper,
DoublePointer f_upper,
long eval_max) |
static int |
gsl.gsl_min_fminimizer_set_with_values(gsl_min_fminimizer s,
gsl_function f,
double x_minimum,
double f_minimum,
double x_lower,
double f_lower,
double x_upper,
double f_upper) |
static int |
gsl.gsl_min_fminimizer_set_with_values(gsl_min_fminimizer s,
gsl_function f,
double x_minimum,
double f_minimum,
double x_lower,
double f_lower,
double x_upper,
double f_upper) |
static int |
gsl.gsl_min_fminimizer_set(gsl_min_fminimizer s,
gsl_function f,
double x_minimum,
double x_lower,
double x_upper) |
static int |
gsl.gsl_min_fminimizer_set(gsl_min_fminimizer s,
gsl_function f,
double x_minimum,
double x_lower,
double x_upper) |
static int |
gsl.gsl_root_fsolver_set(gsl_root_fsolver s,
gsl_function f,
double x_lower,
double x_upper) |
static int |
gsl.gsl_root_fsolver_set(gsl_root_fsolver s,
gsl_function f,
double x_lower,
double x_upper) |