| Package | Description |
|---|---|
| org.bytedeco.gsl | |
| org.bytedeco.gsl.global |
| Modifier and Type | Method and Description |
|---|---|
gsl_monte_plain_state |
gsl_monte_plain_state.dim(long setter) |
gsl_monte_plain_state |
gsl_monte_plain_state.position(long position) |
gsl_monte_plain_state |
gsl_monte_plain_state.x(DoublePointer setter) |
| Modifier and Type | Method and Description |
|---|---|
static gsl_monte_plain_state |
gsl.gsl_monte_plain_alloc(long dim) |
| Modifier and Type | Method and Description |
|---|---|
static void |
gsl.gsl_monte_plain_free(gsl_monte_plain_state state) |
static int |
gsl.gsl_monte_plain_init(gsl_monte_plain_state state) |
static int |
gsl.gsl_monte_plain_integrate(gsl_monte_function f,
double[] xl,
double[] xu,
long dim,
long calls,
gsl_rng r,
gsl_monte_plain_state state,
double[] result,
double[] abserr) |
static int |
gsl.gsl_monte_plain_integrate(gsl_monte_function f,
DoubleBuffer xl,
DoubleBuffer xu,
long dim,
long calls,
gsl_rng r,
gsl_monte_plain_state state,
DoubleBuffer result,
DoubleBuffer abserr) |
static int |
gsl.gsl_monte_plain_integrate(gsl_monte_function f,
DoublePointer xl,
DoublePointer xu,
long dim,
long calls,
gsl_rng r,
gsl_monte_plain_state state,
DoublePointer result,
DoublePointer abserr) |
Copyright © 2020. All rights reserved.