| Package | Description |
|---|---|
| com.kabouterlabs.jodeint.cquadpack |
| Modifier and Type | Method and Description |
|---|---|
static CquadpackLibrary.quadpack_trig_weight_function_e |
CquadpackLibrary.quadpack_trig_weight_function_e.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CquadpackLibrary.quadpack_trig_weight_function_e[] |
CquadpackLibrary.quadpack_trig_weight_function_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<CquadpackLibrary.quadpack_trig_weight_function_e> |
CquadpackLibrary.quadpack_trig_weight_function_e.fromValue(int value) |
Iterator<CquadpackLibrary.quadpack_trig_weight_function_e> |
CquadpackLibrary.quadpack_trig_weight_function_e.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.IntValuedEnum<CquadpackLibrary.quadpack_errno_e> |
CquadpackLibrary.qawfe_basic(org.bridj.Pointer<CquadpackLibrary.cquadpack_ode_func> func,
double a,
double omega,
org.bridj.IntValuedEnum<CquadpackLibrary.quadpack_trig_weight_function_e> integr,
org.bridj.Pointer<Double> result)
Original signature :
QUADPACK_ERRNO qawfe_basic(cquadpack_ode_func, double, double, QUADPACK_TRIG_WEIGHT_FUNCTION, double*)native declaration : src/main/native/codeint/cquadpack/include/cquadpack.h:58 |
static org.bridj.IntValuedEnum<CquadpackLibrary.quadpack_errno_e> |
CquadpackLibrary.qawoe_basic(org.bridj.Pointer<CquadpackLibrary.cquadpack_ode_func> func,
double a,
double b,
double omega,
org.bridj.IntValuedEnum<CquadpackLibrary.quadpack_trig_weight_function_e> integr,
org.bridj.Pointer<Double> result)
Original signature :
QUADPACK_ERRNO qawoe_basic(cquadpack_ode_func, double, double, double, QUADPACK_TRIG_WEIGHT_FUNCTION, double*)native declaration : src/main/native/codeint/cquadpack/include/cquadpack.h:56 |
Copyright © 2017. All rights reserved.