| Package | Description |
|---|---|
| org.bytedeco.gsl | |
| org.bytedeco.gsl.global |
| Modifier and Type | Method and Description |
|---|---|
static gsl_odeiv2_step_type |
gsl.gsl_odeiv2_step_bsimp() |
static gsl_odeiv2_step_type |
gsl.gsl_odeiv2_step_msadams() |
static gsl_odeiv2_step_type |
gsl.gsl_odeiv2_step_msbdf() |
static gsl_odeiv2_step_type |
gsl.gsl_odeiv2_step_rk1imp() |
static gsl_odeiv2_step_type |
gsl.gsl_odeiv2_step_rk2() |
static gsl_odeiv2_step_type |
gsl.gsl_odeiv2_step_rk2imp() |
static gsl_odeiv2_step_type |
gsl.gsl_odeiv2_step_rk4() |
static gsl_odeiv2_step_type |
gsl.gsl_odeiv2_step_rk4imp() |
static gsl_odeiv2_step_type |
gsl.gsl_odeiv2_step_rk8pd() |
static gsl_odeiv2_step_type |
gsl.gsl_odeiv2_step_rkck() |
static gsl_odeiv2_step_type |
gsl.gsl_odeiv2_step_rkf45() |
| Modifier and Type | Method and Description |
|---|---|
static gsl_odeiv2_driver |
gsl.gsl_odeiv2_driver_alloc_scaled_new(gsl_odeiv2_system sys,
gsl_odeiv2_step_type T,
double hstart,
double epsabs,
double epsrel,
double a_y,
double a_dydt,
double[] scale_abs) |
static gsl_odeiv2_driver |
gsl.gsl_odeiv2_driver_alloc_scaled_new(gsl_odeiv2_system sys,
gsl_odeiv2_step_type T,
double hstart,
double epsabs,
double epsrel,
double a_y,
double a_dydt,
DoubleBuffer scale_abs) |
static gsl_odeiv2_driver |
gsl.gsl_odeiv2_driver_alloc_scaled_new(gsl_odeiv2_system sys,
gsl_odeiv2_step_type T,
double hstart,
double epsabs,
double epsrel,
double a_y,
double a_dydt,
DoublePointer scale_abs) |
static gsl_odeiv2_driver |
gsl.gsl_odeiv2_driver_alloc_standard_new(gsl_odeiv2_system sys,
gsl_odeiv2_step_type T,
double hstart,
double epsabs,
double epsrel,
double a_y,
double a_dydt) |
static gsl_odeiv2_driver |
gsl.gsl_odeiv2_driver_alloc_y_new(gsl_odeiv2_system sys,
gsl_odeiv2_step_type T,
double hstart,
double epsabs,
double epsrel) |
static gsl_odeiv2_driver |
gsl.gsl_odeiv2_driver_alloc_yp_new(gsl_odeiv2_system sys,
gsl_odeiv2_step_type T,
double hstart,
double epsabs,
double epsrel) |
static gsl_odeiv2_step |
gsl.gsl_odeiv2_step_alloc(gsl_odeiv2_step_type T,
long dim) |
Copyright © 2019. All rights reserved.