public class Crkf45Library extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Crkf45Library.rkf45_f_callback
native declaration : src/main/native/codeint/crkf45/include/crkf45.h:45
|
static class |
Crkf45Library.rkf45_iflag_in_e
enum values
native declaration : src/main/native/codeint/crkf45/include/crkf45.h |
static class |
Crkf45Library.rkf45_ode_func
native declaration : src/main/native/codeint/crkf45/include/crkf45.h
|
static class |
Crkf45Library.rkf45_retval_e
enum values
native declaration : src/main/native/codeint/crkf45/include/crkf45.h |
| Constructor and Description |
|---|
Crkf45Library() |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
rkf45_basic(long stack,
long q,
long f_func,
int neq,
double t0,
double tf,
double dt) |
static org.bridj.IntValuedEnum<Crkf45Library.rkf45_retval_e> |
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 |
protected static void |
rkf45(long f,
long neqn,
long y,
long t,
long tout,
long relerr,
long abserr,
long iflag,
long work,
long iwork) |
static void |
rkf45(org.bridj.Pointer<Crkf45Library.rkf45_f_callback> f,
org.bridj.Pointer<Integer> neqn,
org.bridj.Pointer<Double> y,
org.bridj.Pointer<Double> t,
org.bridj.Pointer<Double> tout,
org.bridj.Pointer<Double> relerr,
org.bridj.Pointer<Double> abserr,
org.bridj.Pointer<Integer> iflag,
org.bridj.Pointer<Double> work,
org.bridj.Pointer<Integer> iwork)
Original signature :
void rkf45(rkf45_f_callback*, int*, double*, double*, double*, double*, double*, int*, double*, int*)native declaration : src/main/native/codeint/crkf45/include/crkf45.h:45 |
public static org.bridj.IntValuedEnum<Crkf45Library.rkf45_retval_e> 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)
RKF45_RETVAL rkf45_basic(double*, double*, rkf45_ode_func, int, double, double, double)protected static int rkf45_basic(long stack,
long q,
long f_func,
int neq,
double t0,
double tf,
double dt)
public static void rkf45(org.bridj.Pointer<Crkf45Library.rkf45_f_callback> f, org.bridj.Pointer<Integer> neqn, org.bridj.Pointer<Double> y, org.bridj.Pointer<Double> t, org.bridj.Pointer<Double> tout, org.bridj.Pointer<Double> relerr, org.bridj.Pointer<Double> abserr, org.bridj.Pointer<Integer> iflag, org.bridj.Pointer<Double> work, org.bridj.Pointer<Integer> iwork)
void rkf45(rkf45_f_callback*, int*, double*, double*, double*, double*, double*, int*, double*, int*)protected static void rkf45(long f,
long neqn,
long y,
long t,
long tout,
long relerr,
long abserr,
long iflag,
long work,
long iwork)
Copyright © 2017. All rights reserved.