| Package | Description |
|---|---|
| com.kabouterlabs.jodeint.crkf45 |
| Modifier and Type | Method and Description |
|---|---|
static Crkf45Library.rkf45_retval_e |
Crkf45Library.rkf45_retval_e.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Crkf45Library.rkf45_retval_e[] |
Crkf45Library.rkf45_retval_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<Crkf45Library.rkf45_retval_e> |
Crkf45Library.rkf45_retval_e.fromValue(int value) |
Iterator<Crkf45Library.rkf45_retval_e> |
Crkf45Library.rkf45_retval_e.iterator() |
static org.bridj.IntValuedEnum<Crkf45Library.rkf45_retval_e> |
Crkf45Library.rkf45_basic(org.bridj.Pointer<Double> stack,
org.bridj.Pointer<Double> q,
org.bridj.Pointer<Crkf45Library.rkf45_ode_func> f_func,
int neq,
double t0,
double tf,
double dt)
Original signature :
RKF45_RETVAL rkf45_basic(double*, double*, rkf45_ode_func, int, double, double, double)native declaration : src/main/native/codeint/crkf45/include/crkf45.h:43 |
Copyright © 2017. All rights reserved.