| Package | Description |
|---|---|
| com.kabouterlabs.jodeint.czvode |
| Modifier and Type | Method and Description |
|---|---|
static CzvodeLibrary.czvode_ode_err_e |
CzvodeLibrary.czvode_ode_err_e.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CzvodeLibrary.czvode_ode_err_e[] |
CzvodeLibrary.czvode_ode_err_e.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.IntValuedEnum<CzvodeLibrary.czvode_ode_err_e> |
CzvodeLibrary.czvode_ode_err_e.fromValue(int value) |
Iterator<CzvodeLibrary.czvode_ode_err_e> |
CzvodeLibrary.czvode_ode_err_e.iterator() |
static org.bridj.IntValuedEnum<CzvodeLibrary.czvode_ode_err_e> |
CzvodeLibrary.zvode_basic(org.bridj.Pointer<Double> stack,
org.bridj.Pointer<zvode_complex_s> q,
org.bridj.Pointer<CzvodeLibrary.czvode_ode_func> f_func,
int neq,
double t0,
double tf,
double dt,
org.bridj.IntValuedEnum<CzvodeLibrary.czvode_method_e> meth)
Original signature :
CZVODE_ODE_RETVAL zvode_basic(double*, ZVODE_COMPLEX*, czvode_ode_func, int, double, double, double, CZVODE_METH)native declaration : src/main/native/codeint/czvode/include/czvode.h:80 |
Copyright © 2017. All rights reserved.