| Package | Description |
|---|---|
| com.kabouterlabs.jodeint.cdvode |
| Modifier and Type | Method and Description |
|---|---|
static CdvodeLibrary.cdvode_method_e |
CdvodeLibrary.cdvode_method_e.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdvodeLibrary.cdvode_method_e[] |
CdvodeLibrary.cdvode_method_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<CdvodeLibrary.cdvode_method_e> |
CdvodeLibrary.cdvode_method_e.fromValue(int value) |
Iterator<CdvodeLibrary.cdvode_method_e> |
CdvodeLibrary.cdvode_method_e.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.IntValuedEnum<CdvodeLibrary.cdvode_ode_err_e> |
CdvodeLibrary.dvode_basic(org.bridj.Pointer<Double> stack,
org.bridj.Pointer<Double> q,
org.bridj.Pointer<CdvodeLibrary.cdvode_ode_func> f_func,
int neq,
double t0,
double tf,
double dt,
org.bridj.IntValuedEnum<CdvodeLibrary.cdvode_method_e> meth)
Original signature :
CDVODE_ODE_RETVAL dvode_basic(double*, double*, cdvode_ode_func, int, double, double, double, CDVODE_METH)native declaration : src/main/native/codeint/cdvode/include/cdvode.h:75 |
Copyright © 2017. All rights reserved.